• Derive an address from a cryptographic public key offline.

    Parameters

    • publicKey: string | Uint8Array

      The public key to derive from.

    • ss58Format: number

      The SS58 format to use.

    • scheme: "ed25519" | "sr25519" | "ecdsa" = 'sr25519'

      The scheme in which you want to apply. It defaults to sr25519

    Returns string