package
0.0.0-20201115164506-4b7be03191e8
Repository: https://github.com/aiblocks/go.git
Documentation: pkg.go.dev

# Constants

TXStatusDuplicate represents the status value returned by aiblocks-core when a submitted transaction is a duplicate.
TXStatusError represents the status value returned by aiblocks-core when an error occurred from submitting a transaction.
TXStatusPending represents the status value returned by aiblocks-core when a transaction has been accepted for processing.
TXStatusTryAgainLater represents the status value returned by aiblocks-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 aiblocks-core's /info endpoint.
LedgerInfo is the part of the aiblocks-core's info json response.
TXResponse represents the response returned from a submission request sent to aiblocks-core's /tx endpoint.