Arcium LogoArcium TS SDK Docs
@arcium-hq/client/Type aliases

MempoolAccount

MempoolAccount = anchor.IdlTypes<ArciumIdlType>["tinyMempool"] | anchor.IdlTypes<ArciumIdlType>["smallMempool"] | anchor.IdlTypes<ArciumIdlType>["mediumMempool"] | anchor.IdlTypes<ArciumIdlType>["largeMempool"]

Represents a mempool account of any size (tiny, small, medium, or large). Mempools store pending computations prioritized by fee, with a time-to-live of 180 slots. Each size supports different maximum heap capacities:

  • Tiny: 1 computation
  • Small: 3 computations
  • Medium: 10 computations
  • Large: 100 computations

On this page

No Headings