cli icon indicating copy to clipboard operation
cli copied to clipboard

[New Feature] Retrieve balance account

Open HadesGuard opened this issue 1 year ago • 2 comments

Now the CLI does not support retrieving the balance account. Solution:

  1. Implement formatBalanceToNumber function: convert amount in 10e18 to human amount.
  2. Implement balance function by API.
  3. Define new command naming balance with action(balance):

HadesGuard avatar Dec 26 '23 07:12 HadesGuard