Luke Parker
2022-08-22 12:15:14 -04:00
parent 5a1f011db8
commit 5c106cecf6
9 changed files with 258 additions and 155 deletions

View File

@@ -53,7 +53,7 @@ pub trait Coin {
&self,
block: &Self::Block,
key: <Self::Curve as Curve>::G,
) -> Vec<Self::Output>;
) -> Result<Vec<Self::Output>, CoinError>;
async fn prepare_send(
&self,