Versions in this module Expand all Collapse all v0 v0.1.1 Sep 18, 2019 v0.1.0 Sep 12, 2019 v0.0.3 Nov 15, 2018 Changes in this version + func ParseUrls(firstURL, secondURL string) (fus, sus []url.URL, err error) + func StringTx(tx *txs.TxQcp) string + func UnmarshalKey(base64key string) (*ed25519.PrivKeyEd25519, error) v0.0.1 Oct 31, 2018 Changes in this version + func Bytes2HexStr(bytes []byte) string + func HashTx(tx *txs.TxQcp) []byte + func KeepRunning(callback func(sig os.Signal)) + func SignTxQcp(tx *txs.TxQcp, prikey string, cdc *amino.Codec) error + func Transform(tx *txs.TxQcp) (*tmtypes.EventDataTx, error)