mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 17:05:47 +00:00
Update artifacts and polkadot.rs and change CLI to default bytes (#533)
* Update polkadot.rs Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Update artifacts Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Change CLI default to bytes Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Binary file not shown.
+1
-1
@@ -70,7 +70,7 @@ enum Command {
|
|||||||
)]
|
)]
|
||||||
url: url::Url,
|
url: url::Url,
|
||||||
/// the format of the metadata to display: `json`, `hex` or `bytes`
|
/// the format of the metadata to display: `json`, `hex` or `bytes`
|
||||||
#[structopt(long, short, default_value = "json")]
|
#[structopt(long, short, default_value = "bytes")]
|
||||||
format: String,
|
format: String,
|
||||||
},
|
},
|
||||||
/// Generate runtime API client code from metadata.
|
/// Generate runtime API client code from metadata.
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user