Module core

Module core 

Source
Expand description

Dash Core RPC

Structs§

DefaultCoreRPC
Default implementation of Dash Core RPC using DashCoreRPC client

Constants§

CORE_RPC_CLIENT_IN_INITIAL_DOWNLOAD
Still downloading initial blocks
CORE_RPC_CLIENT_NOT_CONNECTED
Dash is not connected
CORE_RPC_ERROR_IN_WARMUP
Client still warming up
CORE_RPC_INVALID_ADDRESS_OR_KEY
Invalid address or key
CORE_RPC_INVALID_PARAMETER
Invalid, missing or duplicate parameter
CORE_RPC_PARSE_ERROR
Parse error
CORE_RPC_TX_ALREADY_IN_CHAIN
Tx already broadcasted and included in the chain
CORE_RPC_TX_CONSENSUS_ERROR
TX is invalid due to consensus rules

Traits§

CoreRPCLike
Core RPC interface

Type Aliases§

CoreHeight
Core height must be of type u32 (Platform heights are u64)
QuorumListExtendedInfo
Information returned by QuorumListExtended