Expand description
Wallet Types
Re-exports§
pub use saga::IssueSagaState;pub use saga::MeltOperationData;pub use saga::MeltSagaState;pub use saga::MintOperationData;pub use saga::OperationData;pub use saga::ReceiveOperationData;pub use saga::ReceiveSagaState;pub use saga::SendOperationData;pub use saga::SendSagaState;pub use saga::SwapOperationData;pub use saga::SwapSagaState;pub use saga::WalletSaga;pub use saga::WalletSagaState;
Modules§
- saga
- Wallet saga types for crash-tolerant recovery
Structs§
- Melt
Quote - Melt Quote Info
- Mint
Quote - Mint Quote Info
- NUT13
Options - Options for
crate::wallet::Wallet::restore_with_opts. - P2PK
Signing Key - Public key generated for proof signing
- Proof
Info - Proof info
- Receive
Options - Receive options
- Restored
- Amounts recovered during a restore operation
- Send
Memo - Send memo
- Send
Options - Send options
- Transaction
- Wallet Transaction
- Transaction
Id - Transaction ID
- Wallet
Key - Wallet Key
Enums§
- Keyset
Filter - Filter for keyset queries
- Operation
Kind - Wallet operation kind
- P2PK
Locked Proof Send Mode - Send behavior for selected P2PK-locked input proofs
- Send
Kind - Send Kind
- Transaction
Direction - Transaction Direction
Traits§
- Wallet
- Unified wallet trait providing a common interface for wallet operations.