Expand description
CLI utility functions
Functionsยง
- append_
or_ print - Auxiliary function to print or insert provided messages to given buffer reference. If a channel sender is provided, the messages are send to that instead.
- build_
subtree ๐ - Recursively build subtree for a DarkTree
- check_
cycles ๐ - display_
mining_ config - Auxiliary function to display the parts of a mining configuration.
- generate_
completions - Auxiliary function to generate provided shell completions.
- kaching
- Fun police go away
- parse_
calls_ from_ input - Auxiliary function to parse base64 encoded contract calls from provided input or fallback to stdin if its empty.
- parse_
calls_ from_ stdin - Auxiliary function to parse base64 encoded contract calls from stdin.
- parse_
mining_ config_ from_ input - Auxiliary function to parse a base64 encoded mining configuration from provided input or fallback to stdin if its empty.
- parse_
mining_ config_ from_ stdin - Auxiliary function to parse a base64 encoded mining configuration from stdin.
- parse_
token_ pair - Auxiliary function to parse provided string into a tokens pair.
- parse_
tree - Auxiliary function to parse a contract call mapping.
- parse_
tx_ from_ input - Auxiliary function to parse a base64 encoded transaction from provided input or fallback to stdin if its empty.
- parse_
tx_ from_ stdin - Auxiliary function to parse a base64 encoded transaction from stdin.
- parse_
value_ pair - Auxiliary function to parse provided string into a values pair.
- print_
output - Auxiliary function to print provided string buffer.
- to_leaf ๐
- Cast
ContractCallImporttoContractCallLeaf - tx_
from_ calls_ mapped - Build a
Transactiongiven a slice of calls and their mapping