From 826b2e0e2aa89be4172b961cabc945f0b4c5e3b5 Mon Sep 17 00:00:00 2001 From: Steven Roose Date: Fri, 28 Feb 2020 11:51:44 +0000 Subject: [PATCH] Export the util::amount::Denomination type --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index edf3425d..4cb27089 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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;