Structs§
- AddPeer
Response - Response of POST /api/core/v2/peers. Returns information about the added peer.
- Base
Token Response - Returned in
InfoResponse. Information about the base token. - Block
Metadata Response - Response of GET /api/core/v2/blocks/{block_id}/metadata. Returns the metadata of a block.
- Confirmed
Milestone Response - Returned in
StatusResponse. Information about the confirmed milestone. - Info
Response - Response of GET /api/core/v2/info. Returns general information about the node.
- Latest
Milestone Response - Returned in
StatusResponse. Information about the latest milestone. - Metrics
Response - Returned in
InfoResponse. Metric information about the node. - Output
Metadata Response - Response of GET /api/core/v2/outputs/{output_id}/metadata. Returns an output metadata.
- Output
Response - Response of GET /api/core/v2/outputs/{output_id}. Returns an output and its metadata.
- Peer
Response - Response of GET /api/core/v2/peer/{peer_id}. Returns information about a specific peer of the node.
- Peers
Response - Response of GET /api/core/v2/peers. Returns information about all peers of the node.
- Pending
Protocol Parameter - Returned in
InfoResponse. Pending protocol parameters. - Protocol
Response - Returned in
InfoResponse. Protocol information about the node. - Receipts
Response - Response of:
- Rent
Structure Response - Returned in
InfoResponse. Rent information about the node. - Routes
Response - Response of GET /api/routes. Returns the available API route groups of the node.
- Status
Response - Returned in
InfoResponse. Status information about the node. - Submit
Block Response - Response of POST /api/core/v2/blocks. Returns the block identifier of the submitted block.
- Tips
Response - Response of GET /api/core/v2/tips. Returns non-lazy tips.
- Treasury
Response - Response of GET /api/core/v2/treasury. Returns all information about the treasury.
- Utxo
Changes Response - Response of GET /api/core/v2/milestone/{milestone_index}/utxo-changes. Returns all UTXO changes that happened at a specific milestone.
- White
Flag Response - Response of GET /api/plugins/debug/whiteflag. Returns the computed merkle tree hash for the given white flag traversal.
Enums§
- Block
Response - Response of GET /api/core/v2/blocks/{block_id}. Returns a specific block.
- Milestone
Response - Response of GET /api/core/v2/milestone/{milestone_index}. Returns information about a milestone.