Type alias InsuranceFundStakeRecord

InsuranceFundStakeRecord: {
    action: StakeAction;
    amount: BN;
    ifSharesAfter: BN;
    ifSharesBefore: BN;
    insuranceVaultAmountBefore: BN;
    marketIndex: number;
    totalIfSharesAfter: BN;
    totalIfSharesBefore: BN;
    ts: BN;
    userAuthority: PublicKey;
    userIfSharesAfter: BN;
    userIfSharesBefore: BN;
}

Type declaration

  • action: StakeAction
  • amount: BN
  • ifSharesAfter: BN
  • ifSharesBefore: BN
  • insuranceVaultAmountBefore: BN
  • marketIndex: number
  • totalIfSharesAfter: BN
  • totalIfSharesBefore: BN
  • ts: BN
  • userAuthority: PublicKey
  • userIfSharesAfter: BN
  • userIfSharesBefore: BN

Generated using TypeDoc