BlockHeaderOrBuilder

Functions

Link copied to clipboard
abstract fun getNumber(): Long
int64 number = 7;
Link copied to clipboard
abstract fun getParentHash(): ByteString
hash of the parent
bytes parent_hash = 3;
Link copied to clipboard
abstract fun getTimestamp(): Long
creation timestamp
int64 timestamp = 1;
Link copied to clipboard
abstract fun getTxTrieRoot(): ByteString
root
bytes tx_trie_root = 2;
Link copied to clipboard
abstract fun getVersion(): Int
int32 version = 10;
Link copied to clipboard
abstract fun getWitnessAddress(): ByteString
bytes witness_address = 9;

Inheritors

Link copied to clipboard