Interface SettleRebatesLog

interface SettleRebatesLog {
    padding: BN[];
    pool_name: string;
    rebate_amount: BN;
    rebate_usd: BN;
}

Properties

padding: BN[]
pool_name: string
rebate_amount: BN
rebate_usd: BN