cosmos-sdk/tx.go

7 lines
113 B
Go
Raw Normal View History

2017-05-17 09:53:53 -07:00
package basecoin
// TODO: add some common functionality here...
// +gen wrapper:"Tx"
type TxInner interface {
}