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

    Interface BlockUnsignedCanonical

    Map input to our values

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

    Properties

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