Function promiseBatchActionDeployContract

  • Attach a deploy contract promise action to the NEAR promise index with the provided promise index.

    Parameters

    • promiseIndex: 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.

    Returns void

Generated using TypeDoc