Skip to content

nooschain v0.1.0


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

return_value: Jsonb<JsonValue>

Defined in: db/schema.ts:303


transaction_hash

transaction_hash: string

Defined in: db/schema.ts:299

Audience-first NOOSChain documentation.