Optional options: CallSCOptionsOptional 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: ReadSCOptionsReturns the list of domains pointing to multiple addresses
List of addresses to resolve domains for
Promise<string[][]> - List of domains for each address
Error if provider implements only PublicProvider interface
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.
Optional options: ReadSCOptionsOptional options: CallSCOptionsOptional options: CallSCOptionsStatic buildnetStatic deployDeploy a SmartContract byteCode
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.
Static initStatic mainnet
Example