Interface SetPositionPriceImpactLog

interface SetPositionPriceImpactLog {
    market: PublicKey;
    padding: BN[];
    position: PublicKey;
    price_impact_usd: BN;
}

Properties

market: PublicKey
padding: BN[]
position: PublicKey
price_impact_usd: BN