interface TransferFee {
    feeBps: number;
    maxFee: bigint;
}

Properties

Properties

feeBps: number
maxFee: bigint