Skip to main content

Get Raw WASM and ABI

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

Request Body
account_name string REQUIRED

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

String representation of an Inery database name.

Responses
200

OK

Schema
account_name string

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

String representation of an Inery database name.

wasm string

base64 encoded wasm

abi string

base64 encoded ABI