vechain
docs
github
Preparing search index...
The search index is not available
vechain-sdk
vechain-sdk
@vechain/sdk-network
SyncBlockRPC
Interface SyncBlockRPC
Return type of eth_syncing for RPC method.
interface
SyncBlockRPC
{
currentBlock
:
BlocksRPC
;
highestBlock
:
string
;
startingBlock
:
null
;
}
Index
Properties
current
Block
highest
Block
starting
Block
Properties
current
Block
current
Block
:
BlocksRPC
highest
Block
highest
Block
:
string
starting
Block
starting
Block
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
current
Block
highest
Block
starting
Block
vechain
docs
github
vechain-sdk
Loading...
Return type of eth_syncing for RPC method.