You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spl-token-cli has no way to directly look up the mint associated with a given token account. One can find this information by providing both the the token authority pubkey and account address, but this is cumbersome.
Proposed solution
Quick and dirty. Add a --verbose flag to balance which additionally displays the mint address. This feels a little overloaded
Add an account subcommand that displays all fields for a given account. This would be more flexible for CLI wrapped automation, especially if we add support for --output-format=json in the future.
The text was updated successfully, but these errors were encountered:
Problem
spl-token-cli
has no way to directly look up the mint associated with a given token account. One can find this information by providing both the the token authority pubkey and account address, but this is cumbersome.Proposed solution
--verbose
flag tobalance
which additionally displays the mint address. This feels a little overloadedaccount
subcommand that displays all fields for a given account. This would be more flexible for CLI wrapped automation, especially if we add support for--output-format=json
in the future.The text was updated successfully, but these errors were encountered: