Creates a new smart contract on the ledger using its bytecode representation.
After executing this function, you will have write access on the newly generated contract.
callerHasWriteAccess for more information.
The address of the newly created smart contract on the ledger.
The byte code of the contract to create.
Generated using TypeDoc
Creates a new smart contract on the ledger using its bytecode representation.
Remarks
After executing this function, you will have write access on the newly generated contract.
See
callerHasWriteAccess for more information.
Returns
The address of the newly created smart contract on the ledger.