Crate tuxedo_template_wallet
source ·Expand description
A simple CLI wallet. For now it is a toy just to start testing things out.
Modules§
- amoeba 🔒Toy off-chain process to create an amoeba and perform mitosis on it
- cli 🔒Tuxedo Template Wallet’s Command Line Interface.
- keystore 🔒Wallet’s local keystore.
- money 🔒Wallet features related to spending money and checking balances.
- Parachain compatibility for the template wallet.
- rpc 🔒Strongly typed helper functions for communicating with the Node’s RPC endpoint.
- sync 🔒This module is responsible for maintaining the wallet’s local database of blocks and owned UTXOs to the canonical database reported by the node.
- Wallet features related to on-chain timestamps.
Constants§
- The default RPC endpoint for the wallet to connect to
Functions§
- Generate the platform-specific default data path for the wallet
- Parse a string into an H256 that represents a public key
- main 🔒
- Parse an output ref from a string
- Utility to pretty print an outer verifier
- Takes a string and checks for a 0x prefix. Returns a string without a 0x prefix.
- temp_dir 🔒Generate a plaform-specific temporary directory for the wallet