Skip to content

Commit

Permalink
refactor: derive common traits to WithdrawalLimitInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Oct 1, 2024
1 parent 0419c4b commit 920dc2b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ use platform_version::version::PlatformVersion;
mod v0;

/// Daily withdrawal limit information
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub struct WithdrawalLimitInfo {
/// The total maximum withdrawal amount allowed in a 24-hour period.
pub daily_maximum: Credits,
Expand Down

0 comments on commit 920dc2b

Please sign in to comment.