Documentation
¶
Overview ¶
Package tx implements the cast-familiar tx/account read-only subcommands of `polycli heimdall`: tx, receipt, logs, nonce, sequence, balance, rpc, publish.
The subcommands live at the top level of the heimdall tree (for cast parity) rather than under an intermediate group. Callers register them with Register(parent, flags).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Register ¶
Register attaches the tx-group subcommands directly to parent and binds the shared flag struct for config resolution.
Read-only subcommands (tx, receipt, logs, nonce, sequence, balance) get `--watch DURATION` via render.EnableWatch so operators can watch a value change over time. Publish is one-shot and rpc is a raw passthrough; neither is watchable.
Types ¶
This section is empty.
Source Files
¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Package msgs wires the per-Msg subcommands shared by `polycli heimdall mktx`, `polycli heimdall send`, and `polycli heimdall estimate`.
|
Package msgs wires the per-Msg subcommands shared by `polycli heimdall mktx`, `polycli heimdall send`, and `polycli heimdall estimate`. |