Skip to main content

Filecoin.Version

Params

(0)

Result

(Filecoin.Version.Result)

Represents the current version of the API.

APIVersion
integer
required

Integer based value on version information. Highest order bits for Major, Mid order for Minor and lowest for Patch.

>= 0
BlockDelay
integer
required
>= 0
Version
string
required

Request

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