package
0.0.0-20190507022301-b1bd2f5c3845
Repository: https://github.com/gincoinc/go.git
Documentation: pkg.go.dev
# Constants
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
InfoResponse is the json response returned from stellar-core's /info endpoint.
LedgerInfo is the part of the stellar-core's info json response.
TXResponse represents the response returned from a submission request sent to stellar-core's /tx endpoint.