Documentation ¶
Index ¶
- Variables
- func DecodeTransaction(rawTx string) (*types.Transaction, error)
- func LoadKeyStore(keyfile, passfile string) error
- func Prepare(ctx *cli.Context) (err error)
- func Sign(method string, params []string) (rawTx string, err error)
- func SwapAdmin(method string, params []string) (result interface{}, err error)
- type CallArgs
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CommonFlags = []cli.Flag{ utils.SwapServerFlag, utils.KeystoreFileFlag, utils.PasswordFileFlag, } )
common flags
Functions ¶
func DecodeTransaction ¶
func DecodeTransaction(rawTx string) (*types.Transaction, error)
DecodeTransaction decode tx from hex string
Types ¶
Click to show internal directories.
Click to hide internal directories.