# Functions
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
RouteAddressBech32Balance is the route for getting the total balance of all unspent outputs of an address.
RouteAddressBech32History is the route for getting the transaction history of an address.
RouteAddressBech32Outputs is the route for getting all output IDs for an address.
RouteAddressEd25519Balance is the route for getting the total balance of all unspent outputs of an ed25519 address.
RouteAddressEd25519History is the route for getting the transaction history of an ed25519 address.
RouteAddressEd25519Outputs is the route for getting all output IDs for an ed25519 address.
RouteInfo is the route for getting the node info.
RouteMessageBytes is the route for getting message raw data by it's messageID.
RouteMessageChildren is the route for getting message IDs of the children of a message, identified by its messageID.
RouteMessageData is the route for getting message data by its messageID.
RouteMessageMetadata is the route for getting message metadata by its messageID.
RouteMessages is the route for getting message IDs or creating new messages.
RouteMilestone is the route for getting a milestone by it's milestoneIndex.
RouteMilestoneUTXOChanges is the route for getting all UTXO changes of a milestone by its milestoneIndex.
RouteOutput is the route for getting outputs by their outputID (transactionHash + outputIndex).
RouteReceipts is the route for getting all stored receipts.
RouteReceiptsMigratedAtIndex is the route for getting all receipts for a given migrated at index.
RouteTransactionsIncludedMessageBytes is the route for getting the message raw data that was included in the ledger for a given transaction ID.
RouteTransactionsIncludedMessageChildren is the route for getting the message IDs of the children of the message that was included in the ledger for a given transaction ID.
RouteTransactionsIncludedMessageData is the route for getting the message that was included in the ledger for a given transaction ID.
RouteTransactionsIncludedMessageMetadata is the route for getting the message metadata that was included in the ledger for a given transaction ID.
RouteTreasury is the route for getting the current treasury output.
# Structs
No description provided by the author
OutputResponse defines the response of a GET outputs REST API call.