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

    Interface FeeAmountAndTokenJSON

    interface FeeAmountAndTokenJSON {
        amount: string | bigint;
        payTo?: string | Account<KeyPairKeyAlgorithm> | StorageAddress;
        token?: string | TokenAddress;
    }
    Index

    Properties

    amount: string | bigint
    token?: string | TokenAddress