Builder

class Builder
An era, a period defined by a starting block and length
Protobuf type TW.Polkadot.Proto.Era

Functions

Link copied to clipboard
recent block number (called phase in polkadot code), should match block hash
uint64 block_number = 1;
Link copied to clipboard
length of period, calculated from block number, e.g. 64
uint64 period = 2;
Link copied to clipboard
open fun getBlockNumber(): Long
recent block number (called phase in polkadot code), should match block hash
uint64 block_number = 1;
Link copied to clipboard
open fun getPeriod(): Long
length of period, calculated from block number, e.g. 64
uint64 period = 2;
Link copied to clipboard
recent block number (called phase in polkadot code), should match block hash
uint64 block_number = 1;
Link copied to clipboard
length of period, calculated from block number, e.g. 64
uint64 period = 2;