package
0.0.0-20230925091837-55f7a6b23beb
Repository: https://github.com/xdbfoundation/go.git
Documentation: pkg.go.dev
# Constants
TXStatusDuplicate represents the status value returned by digitalbits-core when a submitted transaction is a duplicate.
TXStatusError represents the status value returned by digitalbits-core when an error occurred from submitting a transaction.
TXStatusPending represents the status value returned by digitalbits-core when a transaction has been accepted for processing.
TXStatusTryAgainLater represents the status value returned by digitalbits-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 digitalbits-core's /info endpoint.
LedgerInfo is the part of the digitalbits-core's info json response.
TXResponse represents the response returned from a submission request sent to digitalbits-core's /tx endpoint.