nooschain / db/schema / ContractStateTable
Interface: ContractStateTable
Defined in: db/schema.ts:186
Per-contract key/value state.
Properties
contract_id
contract_id:
string
Defined in: db/schema.ts:187
key
key:
string
Defined in: db/schema.ts:188
updated_at
updated_at:
Timestamp
Defined in: db/schema.ts:191
updated_at_height
updated_at_height:
BigIntColumn
Defined in: db/schema.ts:190
value
Defined in: db/schema.ts:189