The client for a smart contract module on chain.
The name of the smart contract to instantiate (this is without the init_
prefix).
Metadata to be used for the transaction (with defaults).
Input for for contract function.
An object to use for signing the transaction.
Generated using TypeDoc
Creates and sends transaction for initializing a smart contract
contractName
with parameterinput
.Throws
If the query could not be invoked successfully.
Returns
The transaction hash of the update transaction.