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

    Interface BlockOperationValidateContext

    interface BlockOperationValidateContext {
        block: Pick<
            Block,
            "date"
            | "account"
            | "operations"
            | "network"
            | "signer"
            | "previous",
        >;
        operationIndex: number;
    }
    Index

    Properties

    block: Pick<
        Block,
        "date"
        | "account"
        | "operations"
        | "network"
        | "signer"
        | "previous",
    >
    operationIndex: number