ProgramResponse Schema
undefined#/responses/program
ProgramResponse carry elements to locate the program in a cw-storage
contract.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | cw-law-stone.json* |
program Type
object
(ProgramResponse)
program Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
object_id | string | Required | cannot be null | cw-law-stone |
storage_address | string | Required | cannot be null | cw-law-stone |
object_id
The program object id in the cw-storage
contract.
object_id
is required
Type:
string
cannot be null
defined in: cw-law-stone
object_id Type
string
storage_address
The cw-storage
contract address on which the law program is stored.
storage_address
is required
Type:
string
cannot be null
defined in: cw-law-stone
storage_address Type
string