Arcium LogoArcium TS SDK Docs
@arcium-hq/clientType aliases

ComputationReference

ComputationReference = anchor.IdlTypes<ArciumIdlType>["computationReference"]

Reference to a computation in a mempool or executing pool. Contains the computation offset and priority fee information.

Type Structure

{
  computationDefinitionOffset: number;
  computationOffset: BN;
  priorityFee: BN;
}

Note: BN is the Anchor's BigNumber type.

On this page