runtime-events.md 27.55 KiB
Runtime events
There are 130 events from 37 pallets.
- System - 0
-
ExtrinsicSuccess(dispatch_info)
- 0dispatch_info: DispatchInfo
-
ExtrinsicFailed(dispatch_error, dispatch_info)
- 1dispatch_error: DispatchError dispatch_info: DispatchInfo
-
CodeUpdated()
- 2no args
-
NewAccount(account)
- 3account: T::AccountId
-
KilledAccount(account)
- 4account: T::AccountId
-
Remarked(sender, hash)
- 5sender: T::AccountId hash: T::Hash
-
- Account - 1
-
ForceDestroy(who, balance)
- 0who: T::AccountId balance: T::Balance
-
RandomIdAssigned(who, random_id)
- 1who: T::AccountId random_id: H256
-
AccountLinked(who, identity)
- 2who: T::AccountId identity: IdtyIdOf<T>
-
AccountUnlinked()
- 3: T::AccountId
-
- Scheduler - 2
-
Scheduled(when, index)
- 0when: T::BlockNumber index: u32
-
Canceled(when, index)
- 1when: T::BlockNumber index: u32
-
Dispatched(task, id, result)
- 2task: TaskAddress<T::BlockNumber> id: Option<TaskName> result: DispatchResult
-
CallUnavailable(task, id)
- 3task: TaskAddress<T::BlockNumber> id: Option<TaskName>
-
PeriodicFailed(task, id)
- 4task: TaskAddress<T::BlockNumber> id: Option<TaskName>
-
PermanentlyOverweight(task, id)
- 5task: TaskAddress<T::BlockNumber> id: Option<TaskName>
-
- Babe - 3
- Timestamp - 4
- Parameters - 5
- Balances - 6
-
Endowed(account, free_balance)
- 0account: T::AccountId free_balance: T::Balance
-
DustLost(account, amount)
- 1account: T::AccountId amount: T::Balance
-
Transfer(from, to, amount)
- 2from: T::AccountId to: T::AccountId amount: T::Balance
-
BalanceSet(who, free)
- 3who: T::AccountId free: T::Balance
-
Reserved(who, amount)
- 4who: T::AccountId amount: T::Balance
-
Unreserved(who, amount)
- 5who: T::AccountId amount: T::Balance
-
ReserveRepatriated(from, to, amount, destination_status)
- 6from: T::AccountId to: T::AccountId amount: T::Balance destination_status: Status
-
Deposit(who, amount)
- 7who: T::AccountId amount: T::Balance
-
Withdraw(who, amount)
- 8who: T::AccountId amount: T::Balance
-
Slashed(who, amount)
- 9who: T::AccountId amount: T::Balance
-
Minted(who, amount)
- 10who: T::AccountId amount: T::Balance
-
Burned(who, amount)
- 11who: T::AccountId amount: T::Balance
-
Suspended(who, amount)
- 12who: T::AccountId amount: T::Balance
-
Restored(who, amount)
- 13who: T::AccountId amount: T::Balance
-
Upgraded(who)
- 14who: T::AccountId
-
Issued(amount)
- 15amount: T::Balance
-
Rescinded(amount)
- 16amount: T::Balance
-
Locked(who, amount)
- 17who: T::AccountId amount: T::Balance
-
Unlocked(who, amount)
- 18who: T::AccountId amount: T::Balance
-
Frozen(who, amount)
- 19who: T::AccountId amount: T::Balance
-
Thawed(who, amount)
- 20who: T::AccountId amount: T::Balance
-
- TransactionPayment - 32
-
TransactionFeePaid(who, actual_fee, tip)
- 0who: T::AccountId actual_fee: BalanceOf<T> tip: BalanceOf<T>
-
- OneshotAccount - 7
-
OneshotAccountCreated(account, balance, creator)
- 0account: T::AccountId balance: <T::Currency as Currency<T::AccountId>>::Balance creator: T::AccountId
-
OneshotAccountConsumed(account, dest1, dest2)
- 1account: T::AccountId dest1: (T::AccountId,<T::Currency as Currency<T::AccountId>>::Balance,) dest2: Option< (T::AccountId,<T::Currency as Currency<T::AccountId>>::Balance,) >
-
Withdraw(account, balance)
- 2account: T::AccountId balance: <T::Currency as Currency<T::AccountId>>::Balance
-
- Quota - 66
-
Refunded(who, identity, amount)
- 0who: T::AccountId identity: IdtyId<T> amount: BalanceOf<T>
-
NoQuotaForIdty()
- 1: IdtyId<T>
-
NoMoreCurrencyForRefund()
- 2no args
-
RefundFailed()
- 3: T::AccountId
-
RefundQueueFull()
- 4no args
-
- AuthorityMembers - 10
-
IncomingAuthorities()
- 0: Vec<T::MemberId>
-
OutgoingAuthorities()
- 1: Vec<T::MemberId>
-
MemberGoOffline()
- 2: T::MemberId
-
MemberGoOnline()
- 3: T::MemberId
-
MemberRemoved()
- 4: T::MemberId
-
MemberRemovedFromBlackList()
- 5: T::MemberId
-
- Authorship - 11
- Offences - 12
-
Offence(kind, timeslot)
- 0kind: Kind timeslot: OpaqueTimeSlot
-
- Historical - 13
- Session - 14
-
NewSession(session_index)
- 0session_index: SessionIndex
-
- Grandpa - 15
-
NewAuthorities(authority_set)
- 0authority_set: AuthorityList
-
Paused()
- 1no args
-
Resumed()
- 2no args
-
- ImOnline - 16
-
HeartbeatReceived(authority_id)
- 0authority_id: T::AuthorityId
-
AllGood()
- 1no args
-
SomeOffline(offline)
- 2offline: Vec<IdentificationTuple<T>>
-
- AuthorityDiscovery - 17
- Sudo - 20
-
Sudid(sudo_result)
- 0sudo_result: DispatchResult
-
KeyChanged(old_sudoer)
- 1old_sudoer: Option<T::AccountId>
-
SudoAsDone(sudo_result)
- 2sudo_result: DispatchResult
-
- UpgradeOrigin - 21
-
DispatchedAsRoot(result)
- 0result: DispatchResult
-
- Preimage - 22
-
Noted(hash)
- 0hash: T::Hash
-
Requested(hash)
- 1hash: T::Hash
-
Cleared(hash)
- 2hash: T::Hash
-
- TechnicalCommittee - 23
-
Proposed(account, proposal_index, proposal_hash, threshold)
- 0account: T::AccountId proposal_index: ProposalIndex proposal_hash: T::Hash threshold: MemberCount
-
Voted(account, proposal_hash, voted, yes, no)
- 1account: T::AccountId proposal_hash: T::Hash voted: bool yes: MemberCount no: MemberCount
-
Approved(proposal_hash)
- 2proposal_hash: T::Hash
-
Disapproved(proposal_hash)
- 3proposal_hash: T::Hash
-
Executed(proposal_hash, result)
- 4proposal_hash: T::Hash result: DispatchResult
-
MemberExecuted(proposal_hash, result)
- 5proposal_hash: T::Hash result: DispatchResult
-
Closed(proposal_hash, yes, no)
- 6proposal_hash: T::Hash yes: MemberCount no: MemberCount
-
- UniversalDividend - 30
-
NewUdCreated(amount, index, monetary_mass, members_count)
- 0amount: BalanceOf<T> index: UdIndex monetary_mass: BalanceOf<T> members_count: BalanceOf<T>
-
UdReevalued(new_ud_amount, monetary_mass, members_count)
- 1new_ud_amount: BalanceOf<T> monetary_mass: BalanceOf<T> members_count: BalanceOf<T>
-
UdsAutoPaidAtRemoval(count, total, who)
- 2count: UdIndex total: BalanceOf<T> who: T::AccountId
-
UdsClaimed(count, total, who)
- 3count: UdIndex total: BalanceOf<T> who: T::AccountId
-
- Wot - 40
- Identity - 41
-
IdtyCreated(idty_index, owner_key)
- 0idty_index: T::IdtyIndex owner_key: T::AccountId
-
IdtyConfirmed(idty_index, owner_key, name)
- 1idty_index: T::IdtyIndex owner_key: T::AccountId name: IdtyName
-
IdtyValidated(idty_index)
- 2idty_index: T::IdtyIndex
-
IdtyChangedOwnerKey(idty_index, new_owner_key)
- 3idty_index: T::IdtyIndex new_owner_key: T::AccountId
-
IdtyRemoved(idty_index, reason)
- 4idty_index: T::IdtyIndex reason: IdtyRemovalReason<T::IdtyRemovalOtherReason>
-
- Membership - 42
-
MembershipAcquired()
- 0: T::IdtyId
-
MembershipExpired()
- 1: T::IdtyId
-
MembershipRenewed()
- 2: T::IdtyId
-
MembershipRequested()
- 3: T::IdtyId
-
MembershipRevoked()
- 4: T::IdtyId
-
PendingMembershipExpired()
- 5: T::IdtyId
-
- Cert - 43
-
NewCert(issuer, issuer_issued_count, receiver, receiver_received_count)
- 0issuer: T::IdtyIndex issuer_issued_count: u32 receiver: T::IdtyIndex receiver_received_count: u32
-
RemovedCert(issuer, issuer_issued_count, receiver, receiver_received_count, expiration)
- 1issuer: T::IdtyIndex issuer_issued_count: u32 receiver: T::IdtyIndex receiver_received_count: u32 expiration: bool
-
RenewedCert(issuer, receiver)
- 2issuer: T::IdtyIndex receiver: T::IdtyIndex
-
- Distance - 44
- SmithSubWot - 50
- SmithMembership - 52
-
MembershipAcquired()
- 0: T::IdtyId
-
MembershipExpired()
- 1: T::IdtyId
-
MembershipRenewed()
- 2: T::IdtyId
-
MembershipRequested()
- 3: T::IdtyId
-
MembershipRevoked()
- 4: T::IdtyId
-
PendingMembershipExpired()
- 5: T::IdtyId
-
- SmithCert - 53
-
NewCert(issuer, issuer_issued_count, receiver, receiver_received_count)
- 0issuer: T::IdtyIndex issuer_issued_count: u32 receiver: T::IdtyIndex receiver_received_count: u32
-
RemovedCert(issuer, issuer_issued_count, receiver, receiver_received_count, expiration)
- 1issuer: T::IdtyIndex issuer_issued_count: u32 receiver: T::IdtyIndex receiver_received_count: u32 expiration: bool
-
RenewedCert(issuer, receiver)
- 2issuer: T::IdtyIndex receiver: T::IdtyIndex
-
- AtomicSwap - 60
-
NewSwap(account, proof, swap)
- 0account: T::AccountId proof: HashedProof swap: PendingSwap<T>
-
SwapClaimed(account, proof, success)
- 1account: T::AccountId proof: HashedProof success: bool
-
SwapCancelled(account, proof)
- 2account: T::AccountId proof: HashedProof
-
- Multisig - 61
-
NewMultisig(approving, multisig, call_hash)
- 0approving: T::AccountId multisig: T::AccountId call_hash: CallHash
-
MultisigApproval(approving, timepoint, multisig, call_hash)
- 1approving: T::AccountId timepoint: Timepoint<T::BlockNumber> multisig: T::AccountId call_hash: CallHash
-
MultisigExecuted(approving, timepoint, multisig, call_hash, result)
- 2approving: T::AccountId timepoint: Timepoint<T::BlockNumber> multisig: T::AccountId call_hash: CallHash result: DispatchResult
-
MultisigCancelled(cancelling, timepoint, multisig, call_hash)
- 3cancelling: T::AccountId timepoint: Timepoint<T::BlockNumber> multisig: T::AccountId call_hash: CallHash
-
- ProvideRandomness - 62
-
FilledRandomness(request_id, randomness)
- 0request_id: RequestId randomness: H256
-
RequestedRandomness(request_id, salt, r#type)
- 1request_id: RequestId salt: H256 r#type: RandomnessType
-
- Proxy - 63
-
ProxyExecuted(result)
- 0result: DispatchResult
-
PureCreated(pure, who, proxy_type, disambiguation_index)
- 1pure: T::AccountId who: T::AccountId proxy_type: T::ProxyType disambiguation_index: u16
-
Announced(real, proxy, call_hash)
- 2real: T::AccountId proxy: T::AccountId call_hash: CallHashOf<T>
-
ProxyAdded(delegator, delegatee, proxy_type, delay)
- 3delegator: T::AccountId delegatee: T::AccountId proxy_type: T::ProxyType delay: T::BlockNumber
-
ProxyRemoved(delegator, delegatee, proxy_type, delay)
- 4delegator: T::AccountId delegatee: T::AccountId proxy_type: T::ProxyType delay: T::BlockNumber
-
- Utility - 64
-
BatchInterrupted(index, error)
- 0index: u32 error: DispatchError
-
BatchCompleted()
- 1no args
-
BatchCompletedWithErrors()
- 2no args
-
ItemCompleted()
- 3no args
-
ItemFailed(error)
- 4error: DispatchError
-
DispatchedAs(result)
- 5result: DispatchResult
-
- Treasury - 65
-
Proposed(proposal_index)
- 0proposal_index: ProposalIndex
-
Spending(budget_remaining)
- 1budget_remaining: BalanceOf<T, I>
-
Awarded(proposal_index, award, account)
- 2proposal_index: ProposalIndex award: BalanceOf<T, I> account: T::AccountId
-
Rejected(proposal_index, slashed)
- 3proposal_index: ProposalIndex slashed: BalanceOf<T, I>
-
Burnt(burnt_funds)
- 4burnt_funds: BalanceOf<T, I>
-
Rollover(rollover_balance)
- 5rollover_balance: BalanceOf<T, I>
-
Deposit(value)
- 6value: BalanceOf<T, I>
-
SpendApproved(proposal_index, amount, beneficiary)
- 7proposal_index: ProposalIndex amount: BalanceOf<T, I> beneficiary: T::AccountId
-
UpdatedInactive(reactivated, deactivated)
- 8reactivated: BalanceOf<T, I> deactivated: BalanceOf<T, I>
-