Optional
options: ReadSCOptionsOptional
options: ReadSCOptionsExecutes 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.
Optional
options: ReadSCOptionsOptional
options: CallSCOptionsOptional
options: CallSCOptionsOptional
options: ReadSCOptionsExecutes 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.
Optional
options: ReadSCOptionsOptional
options: ReadSCOptionsOptional
options: CallSCOptionsOptional
options: CallSCOptionsOptional
options: ReadSCOptionsStatic
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.
Example