Fix #283 generate documentation for storage and constants
All threads resolved!
All threads resolved!
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
+ 99
− 55
@@ -12,7 +12,7 @@ Calls are categorized according to the dispatch origin they require:
@@ -12,7 +12,7 @@ Calls are categorized according to the dispatch origin they require:
@@ -20,7 +20,7 @@ There are **63** user calls from **17** pallets.
@@ -20,7 +20,7 @@ There are **63** user calls from **17** pallets.
@@ -36,7 +36,7 @@ Unlink the identity associated with the account.
@@ -36,7 +36,7 @@ Unlink the identity associated with the account.
@@ -58,7 +58,7 @@ The dispatch origin for this call must be `Signed` by the transactor.
@@ -58,7 +58,7 @@ The dispatch origin for this call must be `Signed` by the transactor.
@@ -79,7 +79,7 @@ kill the origin account.
@@ -79,7 +79,7 @@ kill the origin account.
@@ -111,7 +111,7 @@ The dispatch origin of this call must be Signed.
@@ -111,7 +111,7 @@ The dispatch origin of this call must be Signed.
@@ -132,7 +132,7 @@ Origin account is kept alive.
@@ -132,7 +132,7 @@ Origin account is kept alive.
@@ -152,7 +152,7 @@ Consume a oneshot account and transfer its balance to an account
@@ -152,7 +152,7 @@ Consume a oneshot account and transfer its balance to an account
<details><summary><code>consume_oneshot_account_with_remaining(block_height, dest, remaining_to, balance)</code></summary>
@@ -181,7 +181,7 @@ and the remaining amount to another account.
@@ -181,7 +181,7 @@ and the remaining amount to another account.
@@ -196,7 +196,7 @@ Invite a member of the Web of Trust to attempt becoming a Smith.
@@ -196,7 +196,7 @@ Invite a member of the Web of Trust to attempt becoming a Smith.
@@ -210,7 +210,7 @@ Accept an invitation to become a Smith (must have been invited first).
@@ -210,7 +210,7 @@ Accept an invitation to become a Smith (must have been invited first).
@@ -227,7 +227,7 @@ Certify an invited Smith, which can lead the certified to become a Smith.
@@ -227,7 +227,7 @@ Certify an invited Smith, which can lead the certified to become a Smith.
@@ -241,7 +241,7 @@ Request to leave the set of validators two sessions later.
@@ -241,7 +241,7 @@ Request to leave the set of validators two sessions later.
@@ -255,7 +255,7 @@ Request to join the set of validators two sessions later.
@@ -255,7 +255,7 @@ Request to join the set of validators two sessions later.
@@ -272,7 +272,7 @@ Declare new session keys to replace current ones.
@@ -272,7 +272,7 @@ Declare new session keys to replace current ones.
@@ -290,7 +290,7 @@ the preimage. Otherwise, a deposit is taken proportional to the size of the prei
@@ -290,7 +290,7 @@ the preimage. Otherwise, a deposit is taken proportional to the size of the prei
@@ -310,7 +310,7 @@ If `len` is provided, then it will be a much cheaper operation.
@@ -310,7 +310,7 @@ If `len` is provided, then it will be a much cheaper operation.
@@ -328,7 +328,7 @@ a user may have paid, and take the control of the preimage out of their hands.
@@ -328,7 +328,7 @@ a user may have paid, and take the control of the preimage out of their hands.
@@ -345,7 +345,7 @@ NOTE: THIS MUST NOT BE CALLED ON `hash` MORE TIMES THAN `request_preimage`.
@@ -345,7 +345,7 @@ NOTE: THIS MUST NOT BE CALLED ON `hash` MORE TIMES THAN `request_preimage`.
@@ -364,7 +364,7 @@ The caller pays no fee if at least 90% of pre-images were successfully updated.
@@ -364,7 +364,7 @@ The caller pays no fee if at least 90% of pre-images were successfully updated.
@@ -418,7 +418,7 @@ or put up for voting.
@@ -418,7 +418,7 @@ or put up for voting.
@@ -480,13 +480,57 @@ proposal.
@@ -480,13 +480,57 @@ proposal.
@@ -500,7 +544,7 @@ Claim Universal Dividends.
@@ -500,7 +544,7 @@ Claim Universal Dividends.
@@ -516,7 +560,7 @@ Transfer some liquid free balance to another account, in milliUD.
@@ -516,7 +560,7 @@ Transfer some liquid free balance to another account, in milliUD.
@@ -534,7 +578,7 @@ Transfer some liquid free balance to another account in milliUD and keep the acc
@@ -534,7 +578,7 @@ Transfer some liquid free balance to another account in milliUD and keep the acc
@@ -553,7 +597,7 @@ The origin must be allowed to create an identity.
@@ -553,7 +597,7 @@ The origin must be allowed to create an identity.
@@ -572,7 +616,7 @@ The identity must have been created using `create_identity` before it can be con
@@ -572,7 +616,7 @@ The identity must have been created using `create_identity` before it can be con
@@ -594,7 +638,7 @@ The origin should be the old identity owner key.
@@ -594,7 +638,7 @@ The origin should be the old identity owner key.
<details><summary><code>revoke_identity(idty_index, revocation_key, revocation_sig)</code></summary>
@@ -618,7 +662,7 @@ Any signed origin can execute this call.
@@ -618,7 +662,7 @@ Any signed origin can execute this call.
@@ -637,7 +681,7 @@ Any signed origin can execute this call.
@@ -637,7 +681,7 @@ Any signed origin can execute this call.
@@ -662,7 +706,7 @@ identity to sign the operation.
@@ -662,7 +706,7 @@ identity to sign the operation.
@@ -677,7 +721,7 @@ Add a new certification.
@@ -677,7 +721,7 @@ Add a new certification.
@@ -694,7 +738,7 @@ Renew an existing certification.
@@ -694,7 +738,7 @@ Renew an existing certification.
@@ -712,7 +756,7 @@ evaluation will result in slashing for the caller.
@@ -712,7 +756,7 @@ evaluation will result in slashing for the caller.
@@ -806,7 +850,7 @@ The dispatch origin for this call must be _Signed_.
@@ -806,7 +850,7 @@ The dispatch origin for this call must be _Signed_.
@@ -938,7 +982,7 @@ NOTE: If this is the final approval, you will want to use `as_multi` instead.
@@ -938,7 +982,7 @@ NOTE: If this is the final approval, you will want to use `as_multi` instead.
<details><summary><code>cancel_as_multi(threshold, other_signatories, timepoint, call_hash)</code></summary>
@@ -978,7 +1022,7 @@ transaction for this dispatch.
@@ -978,7 +1022,7 @@ transaction for this dispatch.
@@ -996,7 +1040,7 @@ Request randomness.
@@ -996,7 +1040,7 @@ Request randomness.
@@ -1021,7 +1065,7 @@ Parameters:
@@ -1021,7 +1065,7 @@ Parameters:
@@ -1046,7 +1090,7 @@ zero.
@@ -1046,7 +1090,7 @@ zero.
@@ -1069,7 +1113,7 @@ Parameters:
@@ -1069,7 +1113,7 @@ Parameters:
@@ -1088,7 +1132,7 @@ the unreserved fees will be inaccessible. **All access to this account will be l
@@ -1088,7 +1132,7 @@ the unreserved fees will be inaccessible. **All access to this account will be l
@@ -1122,7 +1166,7 @@ Fails if there are insufficient funds to pay for deposit.
@@ -1122,7 +1166,7 @@ Fails if there are insufficient funds to pay for deposit.
@@ -1156,7 +1200,7 @@ account whose `pure` call has corresponding parameters.
@@ -1156,7 +1200,7 @@ account whose `pure` call has corresponding parameters.
@@ -1186,7 +1230,7 @@ Parameters:
@@ -1186,7 +1230,7 @@ Parameters:
@@ -1211,7 +1255,7 @@ Parameters:
@@ -1211,7 +1255,7 @@ Parameters:
@@ -1236,7 +1280,7 @@ Parameters:
@@ -1236,7 +1280,7 @@ Parameters:
@@ -1266,7 +1310,7 @@ Parameters:
@@ -1266,7 +1310,7 @@ Parameters:
@@ -1298,7 +1342,7 @@ event is deposited.
@@ -1298,7 +1342,7 @@ event is deposited.
@@ -1326,7 +1370,7 @@ The dispatch origin for this call must be _Signed_.
@@ -1326,7 +1370,7 @@ The dispatch origin for this call must be _Signed_.
@@ -1353,7 +1397,7 @@ includes bypassing `frame_system::Config::BaseCallFilter`).
@@ -1353,7 +1397,7 @@ includes bypassing `frame_system::Config::BaseCallFilter`).
@@ -1382,7 +1426,7 @@ includes bypassing `frame_system::Config::BaseCallFilter`).
@@ -1382,7 +1426,7 @@ includes bypassing `frame_system::Config::BaseCallFilter`).
@@ -1449,7 +1493,7 @@ The original deposit will no longer be returned.
@@ -1449,7 +1493,7 @@ The original deposit will no longer be returned.
@@ -1492,7 +1536,7 @@ Emits [`Event::AssetSpendApproved`] if successful.
@@ -1492,7 +1536,7 @@ Emits [`Event::AssetSpendApproved`] if successful.
@@ -1525,7 +1569,7 @@ Emits [`Event::Paid`] if successful.
@@ -1525,7 +1569,7 @@ Emits [`Event::Paid`] if successful.