Module network

Source
Expand description

Module for interacting with node HTTP APIs.

Structs§

AccountInfo
Account details
BlockInfo
A blockchain block.
BlockTransaction
Transaction data included in the block extended details.
EthCallRequest
eth_call (pure or view function call without on-chain transaction) request
Event
Emitted contract event
ExtendedTransaction
Extended transaction data
Receipt
Transaction receipt
ReceiptMeta
Transaction receipt metadata
ReceiptOutput
Single output in the transaction receipt
SimulateCallRequest
Transaction execution simulation request
SimulateCallResponse
Transaction execution simulation request
ThorNode
A simple HTTP REST client for a VeChain node.
TransactionMeta
Transaction metadata
Transfer
Single transfer during the contract call

Enums§

BlockReference
Block reference: a way to identify the block on the chain.
ValidationError
Validation errors (not related to HTTP failures)

Type Aliases§

AResult
Generic result of all asynchronous calls in this module.