Interface SwapFeeInternalLogV2

interface SwapFeeInternalLogV2 {
    custody_in_uid: BN;
    custody_out_uid: 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;
    reward_custody_amount: BN;
    swap_amount: BN;
}

Properties

custody_in_uid: BN
custody_out_uid: 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
reward_custody_amount: BN
swap_amount: BN