Interface SwapLog

interface SwapLog {
    amount_in: BN;
    amount_out: BN;
    custody_in_uid: BN;
    custody_out_uid: BN;
    fee_in_amount: BN;
    fee_out_amount: BN;
    owner: PublicKey;
    pool_name: string;
}

Properties

amount_in: BN
amount_out: BN
custody_in_uid: BN
custody_out_uid: BN
fee_in_amount: BN
fee_out_amount: BN
owner: PublicKey
pool_name: string