Type Alias polymesh_api_tester::SystemEvent
source · pub type SystemEvent = SystemEvent;
Aliased Type§
enum SystemEvent {
ExtrinsicSuccess {
dispatch_info: DispatchInfo,
},
ExtrinsicFailed {
dispatch_error: DispatchError,
dispatch_info: DispatchInfo,
},
CodeUpdated,
NewAccount {
account: AccountId,
},
KilledAccount {
account: AccountId,
},
Remarked {
sender: AccountId,
hash: H256,
},
}