mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-19 04:50:02 +02:00
Initial commit
This commit is contained in:
commit
164d0a4153
11 changed files with 662 additions and 0 deletions
13
types.go
Normal file
13
types.go
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
package main
|
||||
|
||||
import (
|
||||
eos "github.com/eoscanada/eos-go"
|
||||
)
|
||||
|
||||
type ActionTrace struct {
|
||||
Receiver eos.Name
|
||||
Contract eos.AccountName
|
||||
Action eos.ActionName
|
||||
Data interface{}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue