Skip to content

Commit 0dc52d6

Browse files
authored
Add an asset info example (#5205)
It will show an example to see the native currency information
1 parent c89980c commit 0dc52d6

File tree

1 file changed

+8
-0
lines changed
  • ironfish-cli/src/commands/chain/assets

1 file changed

+8
-0
lines changed

ironfish-cli/src/commands/chain/assets/info.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ export default class AssetInfo extends IronfishCommand {
1111
static description = 'show asset information'
1212
static enableJsonFlag = true
1313

14+
static examples = [
15+
{
16+
description: 'show the native $IRON asset info',
17+
command:
18+
'ironfish chain:assets:info 51f33a2f14f92735e562dc658a5639279ddca3d5079a6d1242b2a588a9cbf44c',
19+
},
20+
]
21+
1422
static args = {
1523
id: Args.string({
1624
required: true,

0 commit comments

Comments
 (0)