Skip to main content

F3.GetPowerTable

Params

(1)

1. tipset_key (required)

string

TipSetKey is the canonically ordered concatenation of the block CIDs in a tipset.

Result

(F3.GetPowerTable.Result)
array of:
ID
integer
required
>= 0
Power
string
required
PubKey
string
required

Params

tipset_key


Request

await window.ethereum.request({
"method": "F3.GetPowerTable",
"params": [
null
]
});