Add abci repo

This commit is contained in:
Alexander Simmerl
2018-06-22 02:36:54 +02:00
75 changed files with 10318 additions and 0 deletions

View File

@ -0,0 +1,9 @@
package code
// Return codes for the examples
const (
CodeTypeOK uint32 = 0
CodeTypeEncodingError uint32 = 1
CodeTypeBadNonce uint32 = 2
CodeTypeUnauthorized uint32 = 3
)