Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TransactionExistsf ¶
Types ¶
type Status ¶
type Status string
const NetworkError Status = "NetworkError"
A network error occured -- there may be nothing wrong with the transaction
const NoBalance Status = "NoBalance"
A transaction terminally failed due to no balance
const NoBalanceForGas Status = "NoBalanceForGas"
A transaction terminally failed due to no balance after accounting for gas cost
const TransactionExists Status = "TransactionExists"
A transaction failed to submit because it already exists
const TransactionFailure Status = "TransactionFailure"
A transaction terminally failed due to another reason
const TransactionTimedOut Status = "TransactionTimedOut"
deadline exceeded and transaction can no longer be accepted
const UnknownError Status = "UnknownError"
No outcome for this error known
Click to show internal directories.
Click to hide internal directories.