Skip to main content

get_raw_code_and_abi

Retrieves raw code and ABI for a contract based on account name

Request Body
account_name Name REQUIRED

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.

Responses
200

OK

Schema
account_name 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.

wasm string

base64 encoded wasm

abi string

base64 encoded ABI