Class to help construct parameters for a Hedera smart contract function call.
This class provides methods to add different types of parameters that will be passed to a smart contract function.
It supports all Solidity parameter types including basic types (uint/int of various sizes, bool, address),
arrays, strings, and bytes.
Class to help construct parameters for a Hedera smart contract function call.
This class provides methods to add different types of parameters that will be passed to a smart contract function. It supports all Solidity parameter types including basic types (uint/int of various sizes, bool, address), arrays, strings, and bytes.