Skip to content
Snippets Groups Projects

Update documentation

Merged
Benjamin Galloisrequested to merge
fix-240 into master
1 open thread

Files

+ 4
4
@@ -812,7 +812,7 @@ Transfer some liquid free balance to another account, in milliUD.
<details><summary><code>create_identity(owner_key)</code></summary>
Taking 0.0912 % of a block.
Taking 0.0914 % of a block.
```rust
owner_key: T::AccountId
@@ -830,7 +830,7 @@ The origin must be allowed to create an identity.
<details><summary><code>confirm_identity(idty_name)</code></summary>
Taking 0.0338 % of a block.
Taking 0.0339 % of a block.
```rust
idty_name: IdtyName
@@ -869,7 +869,7 @@ The origin should be the old identity owner key.
<details><summary><code>revoke_identity(idty_index, revocation_key, revocation_sig)</code></summary>
Taking 0.0416 % of a block.
Taking 0.0417 % of a block.
```rust
idty_index: T::IdtyIndex
@@ -2261,7 +2261,7 @@ O(P) where P is the number of max proposals
<details><summary><code>prune_item_identities_names(names)</code></summary>
Taking 6.0421 % of a block.
Taking 6.0424 % of a block.
```rust
names: Vec<IdtyName>
Loading