derive-address-from-pubkey
Convert a public key into a blockchain address for the Osmosis network using a specified prefix, enabling integration with blockchain operations.
Instructions
Derives an address from a public key
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prefix | No | Address prefix (default: 'osmo') | osmo |
| publicKey | Yes | Public key in hex format |