Type alias ExchangeAccounting

ExchangeAccounting: {
    _padding: Uint8Array;
    balance: bigint;
    lastTimeLockedOpenInterestAccountingRefreshed: bigint;
    lpBalance: bigint;
    lpShares: bigint;
    marginBalance: bigint;
    notionalOpenInterest: bigint;
    protocolFees: bigint;
    unrealizedPnl: bigint;
    unsettledCollateralAmount: bigint;
}

Type declaration

  • _padding: Uint8Array
  • balance: bigint
  • lastTimeLockedOpenInterestAccountingRefreshed: bigint
  • lpBalance: bigint
  • lpShares: bigint
  • marginBalance: bigint
  • notionalOpenInterest: bigint
  • protocolFees: bigint
  • unrealizedPnl: bigint
  • unsettledCollateralAmount: bigint

Generated using TypeDoc