nooschain / db/schema / TransactionTable
Interface: TransactionTable
Defined in: db/schema.ts:558
Persisted signed transaction envelope and execution status.
Properties
block_height
block_height:
NullableBigIntColumn
Defined in: db/schema.ts:568
canonical_created_at
canonical_created_at:
NullableTextColumn
Defined in: db/schema.ts:566
created_at
created_at:
Timestamp
Defined in: db/schema.ts:571
envelope
envelope:
NullableJsonb<JsonValue>
Defined in: db/schema.ts:565
failure_code
failure_code:
NullableTextColumn
Defined in: db/schema.ts:569
failure_reason
failure_reason:
NullableTextColumn
Defined in: db/schema.ts:570
hash
hash:
string
Defined in: db/schema.ts:559
nonce
nonce:
BigIntColumn
Defined in: db/schema.ts:563
payload
Defined in: db/schema.ts:564
signature
signature:
string
Defined in: db/schema.ts:562
signer_public_key
signer_public_key:
string
Defined in: db/schema.ts:561
status
status:
string
Defined in: db/schema.ts:567
type
type:
string
Defined in: db/schema.ts:560