Browse Source

mark Result as deprecated

pull/1780/head
Anton Kaliaev 7 years ago
parent
commit
01252e8cc8
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      types/result.go

+ 1
- 0
types/result.go 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"`


Loading…
Cancel
Save