Module bee_rest_api::types::responses[][src]

Structs

Response of POST /api/v1/peers. Returns information about the added peer.

Response of GET /api/v1/addresses/{address}. Returns information about an address.

Response of GET /api/v1/info. Returns general information about the node.

Response of GET /api/v1/messages/{message_id}/children. Returns all children of a specific message.

Response of GET /api/v1/messages/{message_id}/metadata. Returns the metadata of a message.

Response of GET /api/v1/messages/{message_id}. Returns a specific message.

Response of GET /api/v1/messages?index={INDEX}. Returns all messages ids that match a given indexation key.

Response of GET /api/v1/milestone/{milestone_index}. Returns information about a milestone.

Response of GET /api/v1/outputs/{output_id}. Returns all information about a specific output.

Response of GET /api/v1/addresses/{address}/outputs. Returns the outputs of an address.

Response of GET /api/v1/peer/{peer_id}. Returns information about a specific peer of the node.

Response of GET /api/v1/peers. Returns information about all peers of the node.

Response of:

Response of POST /api/v1/messages. Returns the message identifier of the submitted message.

Response of GET /api/v1/tips. Returns non-lazy tips.

Response of GET /api/v1/treasury. Returns all information about the treasury.

Response of GET /api/v1/milestone/{milestone_index}/utxo-changes. Returns all UTXO changes that happened at a specific milestone.

Response of GET /api/plugins/debug/whiteflag. Returns the computed merkle tree hash for the given white flag traversal.