buildFinalizeCompDefTx
buildFinalizeCompDefTx(
provider
,compDefOffset
,mxeProgramID
):Promise
<Transaction
>
Builds a transaction to finalize a computation definition.
Parameters
Parameter | Type | Description |
---|---|---|
provider | AnchorProvider | The Anchor provider to use for transactions. |
compDefOffset | number | The offset of the computation definition. |
mxeProgramID | PublicKey | The public key of the MXE program. |
Returns
Promise
<Transaction
>
The transaction to finalize the computation definition.