mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Add event Phase::Initialization (#215)
This commit is contained in:
+3
-1
@@ -164,8 +164,10 @@ pub struct SetCodeWithoutChecksCall<'a, T: System> {
|
||||
pub enum Phase {
|
||||
/// Applying an extrinsic.
|
||||
ApplyExtrinsic(u32),
|
||||
/// The end.
|
||||
/// Finalizing the block.
|
||||
Finalization,
|
||||
/// Initializing the block.
|
||||
Initialization,
|
||||
}
|
||||
|
||||
/// An extrinsic completed successfully.
|
||||
|
||||
Reference in New Issue
Block a user