Interface SwapLogV2

interface SwapLogV2 {
    amount_in: BN;
    amount_out: BN;
    custody_in_uid: BN;
    custody_out_uid: BN;
    fee_in_amount: BN;
    fee_out_amount: BN;
    in_oracle_account_price: BN;
    in_oracle_account_price_exponent: number;
    in_oracle_account_time: BN;
    in_oracle_account_type: number;
    out_oracle_account_price: BN;
    out_oracle_account_price_exponent: number;
    out_oracle_account_time: BN;
    out_oracle_account_type: number;
    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
in_oracle_account_price: BN
in_oracle_account_price_exponent: number
in_oracle_account_time: BN
in_oracle_account_type: number
out_oracle_account_price: BN
out_oracle_account_price_exponent: number
out_oracle_account_time: BN
out_oracle_account_type: number
owner: PublicKey
pool_name: string