mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-07-31 04:11:24 +00:00
Refactor
This commit is contained in:
@@ -37,11 +37,13 @@ use zcash_primitives::{
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
use crate::{address, prover, LightClientConfig, utils};
|
use crate::{LightClientConfig};
|
||||||
|
|
||||||
|
mod data;
|
||||||
pub mod data;
|
mod extended_key;
|
||||||
pub mod extended_key;
|
mod utils;
|
||||||
|
mod address;
|
||||||
|
mod prover;
|
||||||
|
|
||||||
use data::{BlockData, WalletTx, Utxo, SaplingNoteData, SpendableNote, OutgoingTxMetadata};
|
use data::{BlockData, WalletTx, Utxo, SaplingNoteData, SpendableNote, OutgoingTxMetadata};
|
||||||
use extended_key::{KeyIndex, ExtendedPrivKey};
|
use extended_key::{KeyIndex, ExtendedPrivKey};
|
||||||
|
@@ -4,10 +4,7 @@ extern crate rust_embed;
|
|||||||
mod lightclient;
|
mod lightclient;
|
||||||
mod grpcconnector;
|
mod grpcconnector;
|
||||||
mod lightwallet;
|
mod lightwallet;
|
||||||
mod address;
|
|
||||||
mod prover;
|
|
||||||
mod commands;
|
mod commands;
|
||||||
mod utils;
|
|
||||||
|
|
||||||
use std::io::{Result, Error, ErrorKind};
|
use std::io::{Result, Error, ErrorKind};
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
|
Reference in New Issue
Block a user