Const
Accounts related endpoints.
Optional
revision: stringBlocks related endpoints.
Debug related endpoints.
Fees related endpoints.
Optional
rewardPercentiles: number[]Logs related endpoints.
Nodes related endpoints.
Subscriptions related endpoints.
Subscribe to new beats. A beat is a notification that a new block has been added to the blockchain with a bloom filter which can be used to check if the block contains any relevant account.
The URL of the node to request the subscription from.
Optional
position: string(optional) The block id to start from, defaults to the best block.
The websocket subscription URL.
Subscribe to new legacy beats. A beat is a notification that a new block has been added to the blockchain with a bloom filter which can be used to check if the block contains any relevant account.
The URL of the node to request the subscription from.
Optional
position: string(optional) The block id to start from, defaults to the best block.
The websocket subscription URL.
Subscribe to new blocks.
The URL of the node to request the subscription from.
Optional
position: string(optional) The block id to start from, defaults to the best block.
The websocket subscription URL.
Subscribe to new events.
The URL of the node to request the subscription from.
Optional
options: EventOptions(optional) The options for the subscription.
The websocket subscription URL.
Subscribe to new transactions.
The websocket subscription URL.
Subscribe to new VET transfers.
The URL of the node to request the subscription from.
Optional
options: VetTransferOptions(optional) The options for the subscription.
The websocket subscription URL.
Transactions related endpoints.
Endpoints for the REST API.