mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 20:59:23 +00:00
Monero Planner
Finishes the Monero processor.
This commit is contained in:
@@ -34,8 +34,8 @@ impl scheduler::Transaction for Transaction {
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub(crate) struct SignableTransaction {
|
||||
id: [u8; 32],
|
||||
signable: MSignableTransaction,
|
||||
pub(crate) id: [u8; 32],
|
||||
pub(crate) signable: MSignableTransaction,
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
@@ -81,8 +81,8 @@ impl scheduler::SignableTransaction for SignableTransaction {
|
||||
|
||||
#[derive(Clone, PartialEq, Eq, Debug)]
|
||||
pub(crate) struct Eventuality {
|
||||
id: [u8; 32],
|
||||
singular_spent_output: Option<OutputId>,
|
||||
pub(crate) id: [u8; 32],
|
||||
pub(crate) singular_spent_output: Option<OutputId>,
|
||||
pub(crate) eventuality: MEventuality,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user