Header: Infer<typeof blockchain.RawHeader> & {
    hash: Infer<typeof blockchain.Byte32>;
    nonce: Infer<typeof blockchain.Uint128>;
}

Type declaration

Generated using TypeDoc