Crate melwallet

Source

Structs§

PrepareTxArgs
Constraints on what sort of transaction to prepare.
StdEd25519Signer
An ed25519-based signer.
Wallet
A Wallet is a bookkeeping struct to keep track of all the coins locked by a particular covenant.

Enums§

AddCoinsError
PrepareTxError
The error type returned by [crate::MelwalletdProtocol::prepare_tx].

Traits§

Signer
Represents something that can sign transactions.