Type alias PerpBankruptcyRecord
 
Perp
Bankruptcy
Record
: {     clawbackUser
: PublicKey | null;     clawbackUserPayment
: BN | null;     cumulativeFundingRateDelta
: BN;     ifPayment
: BN;     marketIndex
: number;     pnl
: BN; } 
Type declaration
- 
clawbackUser: PublicKey | null
 
- 
clawbackUserPayment: BN | null
 
- 
cumulativeFundingRateDelta: BN
 
- 
ifPayment: BN
 
- 
marketIndex: number
 
- 
pnl: BN