Trait serai_processor::networks::Transaction
source · pub trait Transaction<N: Network>: Send + Sync + Sized + Clone + PartialEq + Debug {
type Id: 'static + Id;
// Required method
fn id(&self) -> Self::Id;
}
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.