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