mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
types.go: Add json tags
This commit is contained in:
parent
a975275a08
commit
cd8eae6331
1 changed files with 4 additions and 4 deletions
8
types.go
8
types.go
|
|
@ -6,8 +6,8 @@ import (
|
|||
)
|
||||
|
||||
type ActionTrace struct {
|
||||
Receiver eos.Name
|
||||
Contract eos.AccountName
|
||||
Action eos.ActionName
|
||||
Data interface{}
|
||||
Receiver eos.Name `json:"receiver"`
|
||||
Contract eos.AccountName `json:"contract"`
|
||||
Action eos.ActionName `json:"action"`
|
||||
Data interface{} `json:"data"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue