Interface SwapFeeInternalLogV3

interface SwapFeeInternalLogV3 {
    fee_amount: BN;
    owner: PublicKey;
    padding: BN[];
    pool_name: string;
}

Properties

fee_amount: BN
owner: PublicKey
padding: BN[]
pool_name: string