Skip to main content

Filecoin.StateGetAllocationIdForPendingDeal

Params

(2)

1. deal_id (required)

integer
>= 0

2. tipset_key (required)

array of:
/
string
required

Result

(Filecoin.StateGetAllocationIdForPendingDeal.Result)
integer
>= 0

Params

deal_id

tipset_key


Request

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