Type alias PerpBankruptcyRecord

PerpBankruptcyRecord: {
    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

Generated using TypeDoc