The staking-list-created-block-ids
command in Mintlayer is used to list the IDs of blocks created through staking, mining, or similar activities by the selected account in the wallet. This command is helpful for tracking the contributions and rewards of a staking account.
staking-list-created-block-ids
-h, --help
: Displays help information about the staking-list-created-block-ids
command.Executing the staking-list-created-block-ids
command will output a list of block IDs that have been generated by the selected account. An example output is as follows:
[
Id<GenBlock>{0x028c24117f933b21c3cad26eabfabfeda185aea2c07483d9adab1f633d857702},
Id<GenBlock>{0x10bbaf2c362e36fa8f7ac81069ac3f946134d4d9e7ef0075eefb7f2ffe550164},
...
Id<GenBlock>{0xf825ad57c34cccf3cfc1d0b7cede2e37cd696bce22fb97bf4edea2e0cf603802},
]
Each Id<GenBlock>{...}
represents the unique identifier of a block created by the staking activities of the account. This list can be used to verify staking success and participation in the network's consensus mechanism.