Skip to main content

abi_json_to_bin

Returns an object containing the serialized action data.

Request Body
code Name

Possible values: Value must match regular expression ^[a-z]{1}[a-z1-5.]{1,10}[a-z1-5]{1}$

String representation of basic Inery name type, must be between 3 and 12 characters and contain only a-z and 1-5 and dot(.), but not at the end of the string.

action Name

Possible values: Value must match regular expression ^[a-z]{1}[a-z1-5.]{1,10}[a-z1-5]{1}$

String representation of basic Inery name type, must be between 3 and 12 characters and contain only a-z and 1-5 and dot(.), but not at the end of the string.

args object

json object of the action parameters that will be serialized.

Responses
200

OK

Schema
binargs Hex

Possible values: Value must match regular expression ^(0[xX])?[0-9a-fA-F]*$