Skip to main content

Filecoin.F3GetECPowerTable

Params

(1)

1. tipset_key (required)

string

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

Result

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

Params

tipset_key


Request

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