Executes a smart contract call operation
The smart contract function to be called.
Includes optional and required parameters like fee, maxGas, coins, and periodToLive.
A promise that resolves to an Operation object representing the transaction.
Executes a smart contract read operation
The smart contract function to be called.
Parameter for the function call in Uint8Array format.
Includes optional parameters like fee, maxGas, coins, and periodToLive.
A promise that resolves to the result of the read operation.
Static
deployExecutes a smart contract read operation
Web3 provider.
Compiled SmartContract bytecode.
Parameter for call of constructor function.
Includes optional parameters like fee, maxGas, coins, and periodToLive.
A promise that resolves to the result of the read operation.
A class to interact with a smart contract.