Find answers instantly with AI search. Start typing your prompt below and let AI do the digging for you!

Display Key Details

Command

To display details for a specific key, you can use the following command:

sscd keys show <keyname or address>

For example, to list the details associated with the key named test1, you would type

$ sscd keys show test1
- address: saga1z0uscdcprxcun2mlnyrz5kelemmjw768sdrgz5
  name: test1
  pubkey: '{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"A+u4iLJZWZHHcRIEbme8ppbmk1jYTpZVio8anPqAIQ31"}'
  type: local

Further Details

For a full list of options supported by the show command, type

sscd keys show --help

Last updated