mirror of
https://github.com/aljazceru/cdk.git
synced 2026-02-07 22:26:21 +01:00
chore: doc comments for amount target
This commit is contained in:
@@ -63,12 +63,15 @@ impl Amount {
|
||||
}
|
||||
}
|
||||
|
||||
/// Kinds of targeting that are supported
|
||||
#[derive(
|
||||
Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord, Default, Serialize, Deserialize,
|
||||
)]
|
||||
pub enum SplitTarget {
|
||||
/// Default target least amount of proofs
|
||||
#[default]
|
||||
None,
|
||||
/// Tagrget amount for wallet to have most proofs that add up to value
|
||||
Value(Amount),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user