package
0.0.0-20191108204735-d6832148266e
Repository: https://github.com/kinecosystem/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.
# 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.