mark Result as deprecated

This commit is contained in:
Anton Kaliaev 2017-11-22 16:18:06 -06:00
parent 5fd83b3eee
commit 01252e8cc8
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with 1 additions and 0 deletions

View File

@ -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"`