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

    Interface FeeAmountAndToken

    Representation of the expected fee for this vote

    interface FeeAmountAndToken {
        amount: bigint;
        payTo?:
            | Account<ECDSA_SECP256K1 | ED25519 | ECDSA_SECP256R1>
            | StorageAddress;
        token?: TokenAddress;
    }
    Index

    Properties

    amount: bigint
    token?: TokenAddress