1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-18 04:40:03 +02:00

Formatting fix.

This commit is contained in:
Henrik Hautakoski 2022-11-28 15:25:21 +01:00
parent 953113b456
commit 1e2dda54c8
9 changed files with 440 additions and 448 deletions

View file

@ -1,13 +1,12 @@
package main
import (
eos "github.com/eoscanada/eos-go"
eos "github.com/eoscanada/eos-go"
)
type ActionTrace struct {
Receiver eos.Name `json:"receiver"`
Contract eos.AccountName `json:"contract"`
Action eos.ActionName `json:"action"`
Data interface{} `json:"data"`
Receiver eos.Name `json:"receiver"`
Contract eos.AccountName `json:"contract"`
Action eos.ActionName `json:"action"`
Data interface{} `json:"data"`
}