Expand description
Module for interacting with node HTTP APIs.
Structs§
- Account
Info - Account details
- Block
Info - A blockchain block.
- Block
Transaction - Transaction data included in the block extended details.
- EthCall
Request eth_call
(pure or view function call without on-chain transaction) request- Event
- Emitted contract event
- Extended
Transaction - Extended transaction data
- Receipt
- Transaction receipt
- Receipt
Meta - Transaction receipt metadata
- Receipt
Output - Single output in the transaction receipt
- Simulate
Call Request - Transaction execution simulation request
- Simulate
Call Response - Transaction execution simulation request
- Thor
Node - A simple HTTP REST client for a VeChain node.
- Transaction
Meta - Transaction metadata
- Transfer
- Single transfer during the contract call
Enums§
- Block
Reference - Block reference: a way to identify the block on the chain.
- Validation
Error - Validation errors (not related to HTTP failures)
Type Aliases§
- AResult
- Generic result of all asynchronous calls in this module.