stellar_keys_public_key
Return the Stellar public address for an identity. Look up a public key from a name, seed phrase, or HD path to verify or share an account address.
Instructions
Given an identity return its address (public key)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name of identity to lookup, default test identity used if not provided | |
| hdPath | No | If identity is a seed phrase use this hd path, default is 0 | |
| configDir | No | Location of config directory |