Skip to main content

Get Database WASM

Returns an object containing the smart contract WASM code.

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.

code_as_wasm integer REQUIRED

This must be 1 (true)

Responses
200

OK

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

code_hash Sha256

Possible values: Value must match regular expression ^[0-9A-Fa-f]{64}$

wast string
wasm string
abi (circular)