Skip to content

Commit

Permalink
apis/database: Delete forgotten OperationObject
Browse files Browse the repository at this point in the history
  • Loading branch information
tchap committed Aug 10, 2017
1 parent b923545 commit 9e161b7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions apis/database/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,3 @@ type VoteState struct {
Percent *types.Int `json:"percent"`
Time *types.Time `json:"time"`
}

type OperationObject struct {
BlockNumber uint32 `json:"block"`
TransactionID string `json:"trx_id"`
TransactionInBlock uint32 `json:"trx_in_block"`
Operation types.Operation `json:"op"`
OperationInTransaction uint16 `json:"op_in_trx"`
VirtualOperation uint64 `json:"virtual_op"`
Timestamp *types.Time `json:"timestamp"`
}

0 comments on commit 9e161b7

Please sign in to comment.