1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-05-28 13:41:21 +00:00

12 lines
226 B
Go

package code
// Return codes for the examples
const (
CodeTypeOK uint32 = 0
CodeTypeEncodingError uint32 = 1
CodeTypeBadNonce uint32 = 2
CodeTypeUnauthorized uint32 = 3
CodeTypeBadOption uint32 = 101
)