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<KeyPairKeyAlgorithm> | StorageAddress;
        token?: TokenAddress;
    }
    Index

    Properties

    amount: bigint
    token?: TokenAddress