mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-15 19:35:43 +00:00
Decode raw events using scale_value and return the decoded Values, too (#576)
* Decode raw events using scale_value and return the decoded Values, too * cargo fmt * cargo fmt and slight rearranging of test code
This commit is contained in:
@@ -95,12 +95,10 @@
|
||||
//! # }
|
||||
//! ```
|
||||
|
||||
mod decoding;
|
||||
mod event_subscription;
|
||||
mod events_type;
|
||||
mod filter_events;
|
||||
|
||||
pub use decoding::EventsDecodingError;
|
||||
pub use event_subscription::{
|
||||
subscribe,
|
||||
subscribe_finalized,
|
||||
@@ -111,6 +109,7 @@ pub use event_subscription::{
|
||||
};
|
||||
pub use events_type::{
|
||||
at,
|
||||
DecodedValue,
|
||||
EventDetails,
|
||||
Events,
|
||||
RawEventDetails,
|
||||
|
||||
Reference in New Issue
Block a user