Type alias MarginAccount

MarginAccount: {
    _padding: Uint8Array;
    bump: number;
    delegate: UmiPublicKey;
    exchange: UmiPublicKey;
    id: number;
    inLiquidation: number;
    margin: bigint;
    maxLiquidationFee: bigint;
    owner: UmiPublicKey;
    positions: Position[];
}

Type declaration

  • _padding: Uint8Array
  • bump: number
  • delegate: UmiPublicKey
  • exchange: UmiPublicKey
  • id: number
  • inLiquidation: number
  • margin: bigint
  • maxLiquidationFee: bigint
  • owner: UmiPublicKey
  • positions: Position[]

Generated using TypeDoc