interface PublicKey {
    publicKey: Uint8Array | number[];
    type: PublicKeyType;
}

Properties

Properties

publicKey: Uint8Array | number[]