Interface CollectRebateLog

interface CollectRebateLog {
    owner: PublicKey;
    padding: BN[];
    rebate_amount: BN;
    rebate_usd: BN;
    token_stake: PublicKey;
}

Properties

owner: PublicKey
padding: BN[]
rebate_amount: BN
rebate_usd: BN
token_stake: PublicKey