PublicKey defines the keys available for use with Validators

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

Properties

Properties

ed25519?: Uint8Array
secp256k1?: Uint8Array

Generated using TypeDoc