Skip to content
Snippets Groups Projects
Commit 221e1791 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

WIP: update docs

parent 45864e43
No related branches found
No related tags found
No related merge requests found
Pipeline #35807 passed
# Runtime events
There are **129** events from **35** pallets.
There are **128** events from **35** pallets.
<ul>
<li>System - 0
......@@ -99,20 +99,7 @@ balance: T::Balance
<li>
<details>
<summary>
<code>RandomIdAssigned(who, random_id)</code> - 1</summary>
A random ID has been assigned to the account.
```rust
who: T::AccountId
random_id: H256
```
</details>
</li>
<li>
<details>
<summary>
<code>AccountLinked(who, identity)</code> - 2</summary>
<code>AccountLinked(who, identity)</code> - 1</summary>
account linked to identity
```rust
......@@ -125,7 +112,7 @@ identity: IdtyIdOf<T>
<li>
<details>
<summary>
<code>AccountUnlinked()</code> - 3</summary>
<code>AccountUnlinked()</code> - 2</summary>
The account was unlinked from its identity.
```rust
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment