add minimal cmds plan

This commit is contained in:
rhuairahrighairigh 2018-07-12 14:49:13 +01:00
parent fbffc2d008
commit 315a0cefe9

View File

@ -19,6 +19,11 @@ import (
// send paychan payment
// get balance from receiver
// minimum
// create paychan (sender signs)
// create state update (sender signs) (just a half signed close tx, (json encoded?))
// close paychan (receiver signs) (provide state update as arg)
// example from x/auth
/*
func GetAccountCmd(storeName string, cdc *wire.Codec, decoder auth.AccountDecoder) *cobra.Command {