ComputationReference
ComputationReference =
ArciumTypes
["computationReference"
]
Type Structure
{
computationDefinitionOffset: number;
computationOffset: BN;
priorityFee: BN;
}
Note: BN
is the Anchor's BigNumber type.
ComputationReference =
ArciumTypes
["computationReference"
]
{
computationDefinitionOffset: number;
computationOffset: BN;
priorityFee: BN;
}
Note: BN
is the Anchor's BigNumber type.