mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 04:39:24 +00:00
Finish binding Tendermint into Tributary and define a Tributary master object
This commit is contained in:
@@ -73,7 +73,7 @@ pub enum TransactionKind<'a> {
|
||||
Signed(&'a Signed),
|
||||
}
|
||||
|
||||
pub trait Transaction: Send + Sync + Clone + Eq + Debug + ReadWrite {
|
||||
pub trait Transaction: 'static + Send + Sync + Clone + Eq + Debug + ReadWrite {
|
||||
/// Return what type of transaction this is.
|
||||
fn kind(&self) -> TransactionKind<'_>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user