Documentation ¶
Index ¶
- func Abi(output Output) func(cmd *cli.Cmd)
- func Accounts(output Output) func(cmd *cli.Cmd)
- func Compile(output Output) func(cmd *cli.Cmd)
- func Configure(output Output) func(cmd *cli.Cmd)
- func Deploy(output Output) func(cmd *cli.Cmd)
- func Dump(output Output) func(cmd *cli.Cmd)
- func Explore(output Output) func(cmd *cli.Cmd)
- func Keys(output Output) func(cmd *cli.Cmd)
- func Natives(output Output) func(cmd *cli.Cmd)
- func Restore(output Output) func(cmd *cli.Cmd)
- func Spec(output Output) func(cmd *cli.Cmd)
- func Start(output Output) func(cmd *cli.Cmd)
- func Tx(output Output) func(cmd *cli.Cmd)
- func Vent(output Output) func(cmd *cli.Cmd)
- type LogLevel
- type Output
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Abi ¶ added in v0.29.0
Abi is a command line tool for ABI encoding and decoding. Event encoding/decoding still be added
func Accounts ¶ added in v0.28.0
Accounts lists all the accounts in a chain, alongside with any metadata like contract name and ABI
func Compile ¶ added in v0.30.3
Currently this just compiles to Go fixtures - it might make sense to extend it to take a text template for output if it is convenient to expose our compiler wrappers outside of burrow deploy
Types ¶
Click to show internal directories.
Click to hide internal directories.