nooschain / db/schema / ContractCallResultTable
Interface: ContractCallResultTable
Defined in: db/schema.ts:298
Structured return receipt for successful smart contract calls.
Properties
block_height
block_height:
BigIntColumn
Defined in: db/schema.ts:300
contract_id
contract_id:
string
Defined in: db/schema.ts:301
created_at
created_at:
Timestamp
Defined in: db/schema.ts:305
fuel_used
fuel_used:
NullableBigIntColumn
Defined in: db/schema.ts:304
method
method:
string
Defined in: db/schema.ts:302
return_value
Defined in: db/schema.ts:303
transaction_hash
transaction_hash:
string
Defined in: db/schema.ts:299