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

    Interface BlockJSONOperationRECEIVE

    interface BlockJSONOperationRECEIVE {
        amount: string | bigint;
        exact?: boolean;
        forward?: string | GenericAccount;
        from: string | GenericAccount;
        token: TokenPublicKeyString | TokenAddress;
        type: RECEIVE;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    amount: string | bigint
    exact?: boolean
    forward?: string | GenericAccount
    from: string | GenericAccount
    type: RECEIVE