mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Monero prepare_send
This commit is contained in:
@@ -6,6 +6,8 @@ use rand_core::{RngCore, CryptoRng};
|
||||
|
||||
use frost::{Curve, MultisigKeys};
|
||||
|
||||
pub(crate) use monero_serai::frost::Transcript;
|
||||
|
||||
mod coins;
|
||||
mod wallet;
|
||||
|
||||
@@ -54,7 +56,7 @@ pub trait Coin {
|
||||
async fn prepare_send(
|
||||
&self,
|
||||
keys: Arc<MultisigKeys<Self::Curve>>,
|
||||
label: Vec<u8>,
|
||||
transcript: Transcript,
|
||||
height: usize,
|
||||
inputs: Vec<Self::Output>,
|
||||
payments: &[(Self::Address, u64)]
|
||||
|
||||
Reference in New Issue
Block a user