Export the util::amount::Denomination type

This commit is contained in:
Steven Roose 2020-02-28 11:51:44 +00:00
parent 1b946b0034
commit 826b2e0e2a
No known key found for this signature in database
GPG Key ID: 2F2A88D7F8D68E87
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ pub use util::Error;
pub use util::address::Address;
pub use util::address::AddressType;
pub use util::amount::Amount;
pub use util::amount::Denomination;
pub use util::amount::SignedAmount;
pub use util::key::PrivateKey;
pub use util::key::PublicKey;