nooschain / db/schema / ContractCallMetricTable
Interface: ContractCallMetricTable
Defined in: db/schema.ts:309
Local per-call smart contract execution metrics for operator observability.
Properties
args_bytes
args_bytes:
BigIntColumn
Defined in: db/schema.ts:329
block_height
block_height:
BigIntColumn
Defined in: db/schema.ts:311
bucket_metadata_read_count
bucket_metadata_read_count:
BigIntColumn
Defined in: db/schema.ts:322
contract_id
contract_id:
string
Defined in: db/schema.ts:312
created_at
created_at:
Timestamp
Defined in: db/schema.ts:332
encrypted_record_write_count
encrypted_record_write_count:
BigIntColumn
Defined in: db/schema.ts:324
event_bytes
event_bytes:
BigIntColumn
Defined in: db/schema.ts:326
event_count
event_count:
BigIntColumn
Defined in: db/schema.ts:325
failure_code
failure_code:
NullableTextColumn
Defined in: db/schema.ts:315
failure_reason
failure_reason:
NullableTextColumn
Defined in: db/schema.ts:316
fuel_used
fuel_used:
NullableBigIntColumn
Defined in: db/schema.ts:318
host_call_count
host_call_count:
BigIntColumn
Defined in: db/schema.ts:319
method
method:
string
Defined in: db/schema.ts:313
record_metadata_read_count
record_metadata_read_count:
BigIntColumn
Defined in: db/schema.ts:323
return_value_bytes
return_value_bytes:
BigIntColumn
Defined in: db/schema.ts:328
runtime_engine
runtime_engine:
string
Defined in: db/schema.ts:317
runtime_error_code
runtime_error_code:
NullableTextColumn
Defined in: db/schema.ts:330
runtime_error_message
runtime_error_message:
NullableTextColumn
Defined in: db/schema.ts:331
state_change_count
state_change_count:
BigIntColumn
Defined in: db/schema.ts:327
status
status:
string
Defined in: db/schema.ts:314
storage_read_count
storage_read_count:
BigIntColumn
Defined in: db/schema.ts:320
storage_write_count
storage_write_count:
BigIntColumn
Defined in: db/schema.ts:321
transaction_hash
transaction_hash:
string
Defined in: db/schema.ts:310