mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 16:57:58 +00:00
More app-friendly event description (#6684)
* More app-friendly event description * change origin -> owner * checked all decl_event! and changed decriptions. * annotated parameter names for remaining events
This commit is contained in:
committed by
GitHub
parent
8ae4faba51
commit
bbabb17426
@@ -141,10 +141,10 @@ decl_event! {
|
||||
AccountId = <T as frame_system::Trait>::AccountId,
|
||||
ProxyType = <T as Trait>::ProxyType
|
||||
{
|
||||
/// A proxy was executed correctly, with the given result.
|
||||
/// A proxy was executed correctly, with the given [result].
|
||||
ProxyExecuted(DispatchResult),
|
||||
/// Anonymous account (first parameter) has been created by new proxy (second) with given
|
||||
/// disambiguation index and proxy type.
|
||||
/// Anonymous account has been created by new proxy with given
|
||||
/// disambiguation index and proxy type. [anonymous, who, proxy_type, disambiguation_index]
|
||||
AnonymousCreated(AccountId, AccountId, ProxyType, u16),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user