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

    Interface BlockJSONOperationSEND

    interface BlockJSONOperationSEND {
        amount: string | bigint;
        external?: string;
        to: string | GenericAccount;
        token: TokenPublicKeyString | TokenAddress;
        type: SEND;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    amount: string | bigint
    external?: string
    to: string | GenericAccount
    type: SEND