ComputationReference
ComputationReference =
ArciumTypes["computationReference"]
Reference to a computation in a mempool or executing pool.
Type Structure
{
computationDefinitionOffset: number;
computationOffset: BN;
priorityFee: BN;
}Note: BN is the Anchor's BigNumber type.