Documentation ¶
Index ¶
- Variables
- func Client() *cobra.Command
- func EthAmount() (int64, error)
- func EthTo() (common.Address, error)
- func EthTx() *cobra.Command
- func Keygen() *cobra.Command
- func PostEscrow(addr string, postData map[string]string) ([]byte, error)
- func StartServer() *cobra.Command
- type EthTxFlags
- type KeygenFlags
- type ServerFlags
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "escrow",
Short: "client and server signature-escrow",
}
Functions ¶
func StartServer ¶
Types ¶
type EthTxFlags ¶
type EthTxFlags struct { }
type KeygenFlags ¶
type ServerFlags ¶
type ServerFlags struct {
Addr string
}
Click to show internal directories.
Click to hide internal directories.