Genesis block information

interface Genesis {
    hash: string;
    height: number;
}

Properties

Properties

hash: string

Hash of the genesis block either in 0x-prefixed hex or base58

height: number

Block height of the genesis or the first available block