Skip to content
Snippets Groups Projects
Select Git revision
  • 7e59eb0a5c076f075f43a49f472fee7f5e543815
  • master default protected
  • ci-embed-raw-specs
  • network/gtest-1000 protected
  • upgradable-multisig
  • runtime/gtest-1000
  • network/gdev-800 protected
  • cgeek/issue-297-cpu
  • gdev-800-tests
  • update-docker-compose-rpc-squid-names
  • fix-252
  • 1000i100-test
  • hugo/tmp-0.9.1
  • network/gdev-803 protected
  • hugo/endpoint-gossip
  • network/gdev-802 protected
  • hugo/distance-precompute
  • network/gdev-900 protected
  • tuxmain/anonymous-tx
  • debug/podman
  • hugo/195-doc
  • gtest-1000-0.11.0 protected
  • gtest-1000 protected
  • gdev-900-0.10.1 protected
  • gdev-900-0.10.0 protected
  • gdev-900-0.9.2 protected
  • gdev-800-0.8.0 protected
  • gdev-900-0.9.1 protected
  • gdev-900-0.9.0 protected
  • gdev-803 protected
  • gdev-802 protected
  • runtime-801 protected
  • gdev-800 protected
  • runtime-800-bis protected
  • runtime-800 protected
  • runtime-800-backup protected
  • runtime-701 protected
  • runtime-700 protected
  • runtime-600 protected
  • runtime-500 protected
  • v0.4.1 protected
41 results

runtime-events.md

Blame
  • runtime-events.md 21.36 KiB

    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>