EosioRpcBlockInfoResponseProtocol
public protocol EosioRpcBlockInfoResponseProtocol
Protocol for get_block_info responses. RPC responses must contain these properties, at a minimum, in order to be compatible with the core EOSIO SDK for Swift library.
-
The block number of the block fetched.
Declaration
Swift
var blockNum: EosioUInt64 { get }
-
The block prefix for the block fetched.
Declaration
Swift
var refBlockPrefix: EosioUInt64 { get }