Expand description
§WalletD Coin Core
Provides common traits, functionality, and interfaces that are used by other walletD libraries that are specific to a particular cryptocurrency. ]
Modules§
- prelude
- This prelude module simplifies importing many useful items from the walletd_coin_core crate using a glob import.
Structs§
- Blockchain
Connector Builder - A builder that can be used to build a BlockchainConnector with custom options.
Enums§
- Connector
Type - Represents the type of blockchain connector that is being used.
- Error
- Custom error type for this crate.
Traits§
- Blockchain
Connector - Used to connect to a blockchain and send and receive information to and from the blockchain.
- Crypto
Address - The public address of a cryptocurrency.
- Crypto
Amount - Provides a common interface for handling amounts of a cryptocurrency. Has functions to convert to and from the main unit and the smallest unit of the coin.
- Crypto
Wallet - Provides common functionality for a crypto wallet. Contains functions to get the balance, send and receive transactions, and sync the wallet with the blockchain.
- Crypto
Wallet Builder - Provides a common interface for building a CryptoWallet.