github.com/aergoio/aergo@v1.3.1/types/callinfo.go (about)

     1  package types
     2  
     3  type CallInfo struct {
     4  	Name string
     5  	Args []interface{}
     6  }