mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-16 09:03:54 -05:00
Re-export bitcoin and monero types
This commit is contained in:
parent
c900d12593
commit
e7c00d742e
10 changed files with 44 additions and 38 deletions
|
|
@ -17,8 +17,8 @@ use std::{
|
|||
|
||||
use crate::{bitcoin, serde::monero_private_key};
|
||||
|
||||
pub use ::monero::{Network, PrivateKey, PublicKey};
|
||||
pub use curve25519_dalek::scalar::Scalar;
|
||||
pub use monero::*;
|
||||
pub use wallet::Wallet;
|
||||
|
||||
pub const PICONERO_OFFSET: u64 = 1_000_000_000_000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue