Interface SwapFeeInternalLog

interface SwapFeeInternalLog {
    custody_in_uid: BN;
    custody_out_uid: BN;
    owner: PublicKey;
    pool_name: string;
    reward_custody_amount: BN;
    swap_amount: BN;
}

Properties

custody_in_uid: BN
custody_out_uid: BN
owner: PublicKey
pool_name: string
reward_custody_amount: BN
swap_amount: BN