Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Interface BlockV2Canonical

    interface BlockV2Canonical {
        account: GenericAccount;
        date: Date;
        network: bigint;
        operations: BlockOperations[];
        previous: BlockHash;
        purpose: BlockPurpose;
        signatures: Buffer[];
        signer: BlockSignerField;
        subnet: undefined | bigint;
        version: 2;
    }

    Hierarchy

    Index

    Properties

    date: Date
    network: bigint
    operations: BlockOperations[]
    previous: BlockHash
    purpose: BlockPurpose
    signatures: Buffer[]
    subnet: undefined | bigint
    version: 2