CallArgument

CallArgument. CallArgument

new CallArgument(type, value)

Constructs a new CallArgument. Method parameter

Parameters:
Name Type Description
type String

ABI types. Valid types are uint256, uint32, string, bool, address, uint64[2], address[].

value Object

Parameter value. Valid types are number, string, array, boolean.