A public key used for signing.

interface PublicKey {
    ed25519?: Uint8Array;
    secp256k1?: Uint8Array;
}

Properties

Properties

ed25519?: Uint8Array
secp256k1?: Uint8Array