Set the initial amount to transfer into this contract.
Sign the transaction with the private key
NOTE: This is a thin wrapper around .signWith()
Sign the transaction with the public key and signer function
If sign on demand is enabled no signing will be done immediately, instead
the private key signing function and public key are saved to be used when
a user calls an exit condition method (not sure what a better name for this is)
such as toBytes[Async]()
, getTransactionHash[PerNode]()
or execute()
.
A convenience flow that handles the creation of a smart contract on the Hedera network. This flow abstracts away the complexity of the contract creation process by:
This flow is particularly useful when deploying large contracts that exceed the 2048 byte limit of a single transaction.