Arcium LogoArcium TS SDK Docs

getComputationsInMempool

getComputationsInMempool(arciumProgram, address): Promise<ComputationReference[][]>

Returns all computation references in the mempool for a given account. Only non-stake computations are included.

Parameters

ParameterTypeDescription
arciumProgramProgram<Arcium>The Anchor program instance.
addressPublicKeyThe public key of the mempool account.

Returns

Promise<ComputationReference[][]>

Array of ComputationReference objects.

On this page