Documentation
¶
Overview ¶
Copyright 2017 Delos Development Foundation and contributors. Licensed under the Apache License, Version 2.0. See the COPYING file at the root of this distribution or at http://www.apache.org/licenses/LICENSE-2.0
Copyright 2017 Delos Development Foundation and contributors. Licensed under the Apache License, Version 2.0. See the COPYING file at the root of this distribution or at http://www.apache.org/licenses/LICENSE-2.0
Copyright 2017 Delos Development Foundation and contributors. Licensed under the Apache License, Version 2.0. See the COPYING file at the root of this distribution or at http://www.apache.org/licenses/LICENSE-2.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AccountCommands = cli.Command{ Name: "account", Usage: "operations for account", Category: "Account", Subcommands: []cli.Command{ { Name: "add", Action: addAccount, Usage: "create a new account", Category: "Account", }, { Name: "getAccount", Action: getAccountAmount, Usage: "create a new account", Flags: []cli.Flag{ cli.StringFlag{ Name: "addr", Usage: "address", }, }, }, }, } )
View Source
var ( TxCommands = cli.Command{ Name: "tx", Usage: "operations for transaction", Category: "Transaction", Subcommands: []cli.Command{ { Name: "send", Usage: "send a transaction", Action: sendTx, Flags: []cli.Flag{ cli.StringFlag{ Name: "addr", Usage: "address", }, cli.StringFlag{ Name: "payload", Usage: "payload", }, cli.StringFlag{ Name: "privKey", Usage: "privateKey", }, cli.StringFlag{ Name: "dest", Usage: "destAddress", }, cli.StringFlag{ Name: "amount", Usage: "amount", }, cli.StringFlag{ Name: "chainid", Usage: "chainid", }, }, }, }, } )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.