Reorganize processor's handling of coins

This commit is contained in:
Luke Parker
2022-06-24 19:53:41 -04:00
parent 60254a0171
commit 020d246b8f
6 changed files with 99 additions and 94 deletions

View File

@@ -6,7 +6,7 @@ use transcript::{Transcript, RecommendedTranscript};
use frost::{curve::Curve, MultisigKeys, sign::{PreprocessMachine, SignMachine, SignatureMachine}};
use crate::{CoinError, SignError, Output, Coin, Network};
use crate::{coin::{CoinError, Output, Coin}, SignError, Network};
pub struct WalletKeys<C: Curve> {
keys: MultisigKeys<C>,