Interface DistributionFee

Distribution Fee See calculateDistributionFee

interface DistributionFee {
    fee: Amount;
    numberOfAccounts: number;
}

Properties

fee: Amount
numberOfAccounts: number