Skip to main content

ProgramResponse Schema

undefined#/responses/program

ProgramResponse carry elements to locate the program in a cw-storage contract.

AbstractExtensibleStatusIdentifiableCustom PropertiesAdditional PropertiesAccess RestrictionsDefined In
Can be instantiatedNoUnknown statusNoForbiddenForbiddennonecw-law-stone.json*

program Type

object (ProgramResponse)

program Properties

PropertyTypeRequiredNullableDefined by
object_idstringRequiredcannot be nullcw-law-stone
storage_addressstringRequiredcannot be nullcw-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