mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 20:59:23 +00:00
Add is_confirmed with a TODO: Remove
Closes https://github.com/serai-dex/serai/issues/129.
This commit is contained in:
@@ -55,6 +55,9 @@ pub trait Coin {
|
||||
key: <Self::Curve as Curve>::G,
|
||||
) -> Result<Vec<Self::Output>, CoinError>;
|
||||
|
||||
// TODO: Remove
|
||||
async fn is_confirmed(&self, tx: &[u8], height: usize) -> Result<bool, CoinError>;
|
||||
|
||||
async fn prepare_send(
|
||||
&self,
|
||||
keys: FrostKeys<Self::Curve>,
|
||||
|
||||
Reference in New Issue
Block a user