We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89980c commit 0dc52d6Copy full SHA for 0dc52d6
ironfish-cli/src/commands/chain/assets/info.ts
@@ -11,6 +11,14 @@ export default class AssetInfo extends IronfishCommand {
11
static description = 'show asset information'
12
static enableJsonFlag = true
13
14
+ static examples = [
15
+ {
16
+ description: 'show the native $IRON asset info',
17
+ command:
18
+ 'ironfish chain:assets:info 51f33a2f14f92735e562dc658a5639279ddca3d5079a6d1242b2a588a9cbf44c',
19
+ },
20
+ ]
21
+
22
static args = {
23
id: Args.string({
24
required: true,
0 commit comments