1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-17 04:30:03 +02:00
thalos/types.go
2022-01-17 13:45:25 +01:00

13 lines
199 B
Go

package main
import (
eos "github.com/eoscanada/eos-go"
)
type ActionTrace struct {
Receiver eos.Name
Contract eos.AccountName
Action eos.ActionName
Data interface{}
}