mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 11:38:01 +00:00
doc: subkey documentation (#9639)
* doc: convert the adoc to md * add ref to UncheckedExtrinsic * Add references to the SS58 format * Add details about the inspect command * removing command that is no longer available * reorder display so ss58 representations show up next to each other * remove deprecated section * Add doc about the password option * fix fmt * minor fixes fix #6613 Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com> Co-authored-by: Squirrel <gilescope@gmail.com> Co-authored-by: David <dvdplm@gmail.com>
This commit is contained in:
@@ -46,7 +46,8 @@ pub struct KeystoreParams {
|
||||
)]
|
||||
pub password_interactive: bool,
|
||||
|
||||
/// Password used by the keystore.
|
||||
/// Password used by the keystore. This allows appending an extra user-defined secret to the
|
||||
/// seed.
|
||||
#[structopt(
|
||||
long = "password",
|
||||
parse(try_from_str = secret_string_from_str),
|
||||
|
||||
Reference in New Issue
Block a user