Skip to content

Commit

Permalink
Update apps/src/lib/config/ethereum_bridge/params.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Tiago Carvalho <sugoiuguu@tfwno.gf>
  • Loading branch information
james-chf and sug0 committed Oct 21, 2022
1 parent 8a904bc commit db8c078
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/src/lib/config/ethereum_bridge/params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ use std::num::NonZeroU64;

use serde::{Deserialize, Serialize};

/// Represents a configuration value for an Ethereum address e.g.
/// 0x6B175474E89094C44Da98b954EedeAC495271d0F
/// Represents a configuration value for an Ethereum address.
///
/// For instance:
/// `0x6B175474E89094C44Da98b954EedeAC495271d0F`
#[derive(Clone, Eq, PartialEq, Debug, Deserialize, Serialize)]
#[repr(transparent)]
pub struct Address(String);
Expand Down

0 comments on commit db8c078

Please sign in to comment.