DeployContract
Last updated
Last updated
• Docs
/ / DeployContract
A deploy contract promise action.
new DeployContract(
code
):
Parameters
• code: Uint8Array
The code of the contract to be deployed.
Returns
Overrides
Defined in
code:
Uint8Array
The code of the contract to be deployed.
Defined in
add(
promiseIndex
):void
The method that describes how a promise action adds it's action to the promise batch with the provided index.
Parameters
The index of the promise batch to attach the action to.
Returns
void
Overrides
Defined in
.
• promiseIndex:
.