package
0.0.0-20250213232608-c453f8b35c75
Repository: https://github.com/stellar/go.git
Documentation: pkg.go.dev

# Functions

DecodeDiagnosticEvents returns the decoded events.
DiagnosticEventsToSlice transforms the base64 diagnostic events into a slice of individual base64-encoded diagnostic events.

# Constants

Indicates that the entry has been archived due to its TTL but still lives in the live state.
Indicates that the entry has been evicted from the live state and now lives in the "hot archive" state.
Indicates that the entry is live in the current state.
Indicates that the entry is proven to be brand new and will live in the current state when created.
PreflightStatusError represents the status value returned by stellar-core when an error occurred from processing a preflight request.
PreflightStatusOk represents the status value returned by stellar-core when a preflight request succeeded.
TXStatusDuplicate represents the status value returned by stellar-core when a submitted transaction is a duplicate.
TXStatusError represents the status value returned by stellar-core when an error occurred from submitting a transaction.
TXStatusPending represents the status value returned by stellar-core when a transaction has been accepted for processing.
TXStatusTryAgainLater represents the status value returned by stellar-core when a submitted transaction was not included in the previous 4 ledgers and get banned for being added in the next few ledgers.

# Structs

GetLedgerEntryRawResponse is the structure of Stellar Core's /getledgerentryraw.
GetLedgerEntryResponse is the structure of Stellar Core's /getledgerentry.
InfoResponse is the json response returned from stellar-core's /info endpoint.
LedgerInfo is the part of the stellar-core's info json response.
PreflightResponse is the response from Stellar Core for the preflight endpoint.
TXResponse represents the response returned from a submission request sent to stellar-core's /tx endpoint.