Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • 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
  • hugo/195-graphql-schema
  • hugo-tmp-dockerfile-cache
  • release/client-800.2 protected
  • release/runtime-800 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
  • runtime-401 protected
  • v0.4.0 protected
40 results

runtime-events.md

Blame
  • runtime-events.md 21.28 KiB

    Runtime events

    There are 130 events from 37 pallets.

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