Create a SmartContract object by providing its address on the Network.
Readonly
methodsThis object contains a function for each endpoint defined by the contract. (a bit similar to web3js's "contract.methods").
This is an alternative to methodsExplicit. Unlike methodsExplicit, automatic type inference (wrt. ABI) is applied when using methods.
Readonly
methodsThis object contains a function for each endpoint defined by the contract. (a bit similar to web3js's "contract.methods").
Creates a Transaction for calling (a function of) the Smart Contract.
Creates a Transaction for deploying the Smart Contract to the Network.
Creates a Transaction for upgrading the Smart Contract on the Network.
Static
compute
An abstraction for deploying and interacting with Smart Contracts.