commands

package
v0.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 12, 2017 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FlagTo     = "to"
	FlagAmount = "amount"
	FlagFrom   = "from"
)

nolint

Variables

View Source
var AccountQueryCmd = &cobra.Command{
	Use:   "account [address]",
	Short: "Get details of an account, with proof",
	RunE:  commands.RequireInit(accountQueryCmd),
}

AccountQueryCmd - command to query an account

View Source
var CreditTxCmd = &cobra.Command{
	Use:   "credit",
	Short: "issue credit to one account",
	RunE:  commands.RequireInit(creditTxCmd),
}

CreditTxCmd is CLI command to issue credit to one account

View Source
var SendTxCmd = &cobra.Command{
	Use:   "send",
	Short: "send tokens from one account to another",
	RunE:  commands.RequireInit(sendTxCmd),
}

SendTxCmd is CLI command to send tokens between basecoin accounts

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL