nooschain / db/schema / ContractReleaseEventTable
Interface: ContractReleaseEventTable
Defined in: db/schema.ts:477
Append-only audit event for smart contract release workflow transitions.
Properties
actor_id
actor_id:
NullableTextColumn
Defined in: db/schema.ts:485
actor_type
actor_type:
string
Defined in: db/schema.ts:484
block_height
block_height:
BigIntColumn
Defined in: db/schema.ts:487
created_at
created_at:
Timestamp
Defined in: db/schema.ts:488
details
details:
Jsonb
Defined in: db/schema.ts:483
event_type
event_type:
string
Defined in: db/schema.ts:480
from_status
from_status:
NullableTextColumn
Defined in: db/schema.ts:481
id
id:
string
Defined in: db/schema.ts:478
release_id
release_id:
string
Defined in: db/schema.ts:479
to_status
to_status:
string
Defined in: db/schema.ts:482
transaction_hash
transaction_hash:
string
Defined in: db/schema.ts:486