Type alias InsuranceFundRecord

InsuranceFundRecord: {
    amount: BN;
    insuranceVaultAmountBefore: BN;
    perpMarketIndex: number;
    spotMarketIndex: number;
    totalIfFactor: number;
    totalIfSharesAfter: BN;
    totalIfSharesBefore: BN;
    ts: BN;
    userIfFactor: number;
    vaultAmountBefore: BN;
}

Type declaration

  • amount: BN
  • insuranceVaultAmountBefore: BN
  • perpMarketIndex: number
  • spotMarketIndex: number
  • totalIfFactor: number
  • totalIfSharesAfter: BN
  • totalIfSharesBefore: BN
  • ts: BN
  • userIfFactor: number
  • vaultAmountBefore: BN

Generated using TypeDoc