Interface PublicKeyIdentityDescriptor

interface PublicKeyIdentityDescriptor {
    type: "PublicKeyIdentity";
    publicKey: string;
}

Properties

Properties

type: "PublicKeyIdentity"
publicKey: string