mirror of
https://github.com/eosswedenorg/thalos
synced 2026-07-03 11:53:41 +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 {
|
type ActionTrace struct {
|
||||||
Receiver eos.Name
|
Receiver eos.Name `json:"receiver"`
|
||||||
Contract eos.AccountName
|
Contract eos.AccountName `json:"contract"`
|
||||||
Action eos.ActionName
|
Action eos.ActionName `json:"action"`
|
||||||
Data interface{}
|
Data interface{} `json:"data"`
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue