Interface IFees

interface IFees {
    amount: bigint;
    source?: FeeSource;
}

Properties

Properties

amount: bigint
source?: FeeSource

Generated using TypeDoc