Anton Kaliaev
7 years ago
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with
1 additions and
0 deletions
-
types/result.go
|
|
@ -8,6 +8,7 @@ import ( |
|
|
|
|
|
|
|
// Result is a common result object for ABCI calls.
|
|
|
|
// CONTRACT: a zero Result is OK.
|
|
|
|
// DEPRECATED: prefer raw types instead.
|
|
|
|
type Result struct { |
|
|
|
Code CodeType `json:"code"` |
|
|
|
Data data.Bytes `json:"data"` |
|
|
|