Get the issuer wallet’s identity public key as hex.
SparkWallet
async getIdentityPublicKey(): Promise<string>
const identityPubKey = await wallet.getIdentityPublicKey(); console.log("Identity Public Key:", identityPubKey);