getComputationsInMempool
getComputationsInMempool(
arciumProgram,address):Promise<ComputationReference[][]>
Returns all computation references in the mempool for a given account. Only non-stake computations are included.
Parameters
| Parameter | Type | Description |
|---|---|---|
arciumProgram | Program<Arcium> | The Anchor program instance. |
address | PublicKey | The public key of the mempool account. |
Returns
Promise<ComputationReference[][]>
Array of ComputationReference objects.