lotus/chain/types/invokeret.go

7 lines
77 B
Go
Raw Normal View History

2019-07-12 23:52:25 +00:00
package types
type InvokeRet struct {
Result []byte
ReturnCode byte
}