derive-address-from-pubkey
Convert a public key into a usable Osmosis blockchain address by specifying the address prefix.
Instructions
Derives an address from a public key
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| publicKey | Yes | Public key in hex format | |
| prefix | No | Address prefix (default: 'osmo') | osmo |