Skip to content

Commit

Permalink
fix: expose signer
Browse files Browse the repository at this point in the history
  • Loading branch information
guscalonico committed Oct 19, 2022
1 parent 90f395a commit 5e0b172
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use futures::{stream, Stream, StreamExt};
use pretend::StatusCode;
use reqwest::Client;
use serde::{Deserialize, Serialize};
use signer::ArweaveSigner;
use transaction::{
client::{TxClient, TxStatus},
tags::{FromUtf8Strs, Tag},
Expand All @@ -24,6 +23,8 @@ pub mod transaction;
pub mod upload;
pub mod wallet;

pub use signer::ArweaveSigner;

const VERSION: &'static str = env!("CARGO_PKG_VERSION");

/// Block size used for pricing calculations = 256 KB
Expand Down

0 comments on commit 5e0b172

Please sign in to comment.