Interface MoveProtocolFeesLog

interface MoveProtocolFeesLog {
    padding: BN[];
    pool_name: string;
    protocol_fee: BN;
    revenue_amount: BN;
    revenue_fee_share: BN;
}

Properties

padding: BN[]
pool_name: string
protocol_fee: BN
revenue_amount: BN
revenue_fee_share: BN