commands

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2017 License: Apache-2.0 Imports: 12 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

View Source
var SentSearchCmd = &cobra.Command{
	Use:   "sent [address]",
	Short: "Find all tx with this address as sender or receiver",
	RunE:  commands.RequireInit(sentSearchCmd),
}

SentSearchCmd - command to find sendtx

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