Type alias LpPosition

LpPosition: {
    _padding: Uint8Array;
    bump: number;
    exchange: UmiPublicKey;
    id: bigint;
    liquidity: bigint;
    maturity: bigint;
    owner: UmiPublicKey;
    shares: bigint;
}

Type declaration

  • _padding: Uint8Array
  • bump: number
  • exchange: UmiPublicKey
  • id: bigint
  • liquidity: bigint
  • maturity: bigint
  • owner: UmiPublicKey
  • shares: bigint

Generated using TypeDoc