promiseBatchActionDeployContract
Last updated
Last updated
• Docs
/ / promiseBatchActionDeployContract
promiseBatchActionDeployContract(
promiseIndex
,code
):void
Attach a deploy contract promise action to the NEAR promise index with the provided promise index.
• promiseIndex:
The index of the promise to attach a deploy contract action to.
• code: Uint8Array
The WASM byte code of the contract to be deployed.
void