Example of client send task and monitor task

This commit is contained in:
Zarko Milosevic
2018-04-04 10:43:25 +02:00
parent ece3f678da
commit 4accdb5f59
44 changed files with 206 additions and 48 deletions

View File

@ -3,7 +3,7 @@ package types
import (
"time"
"github.com/tendermint/go-amino"
amino "github.com/tendermint/go-amino"
cmn "github.com/tendermint/tmlibs/common"
)