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

    Interface BlockCanonical

    interface BlockCanonical {
        account: GenericAccount;
        date: Date;
        network: bigint;
        operations: BlockOperations[];
        previous: BlockHash;
        signature: Buffer;
        signer: Account;
        subnet: undefined | bigint;
        version: number;
    }

    Hierarchy

    Implemented by

    Index

    Properties

    date: Date
    network: bigint
    operations: BlockOperations[]
    previous: BlockHash
    signature: Buffer
    signer: Account
    subnet: undefined | bigint
    version: number