Export

NodePubKeySet

interface NodePubKeySet {
    ed25519?: string;
    secp256k1?: string;
}

Properties

Properties

ed25519?: string

Memberof

NodePubKeySet

secp256k1?: string

Memberof

NodePubKeySet

Generated using TypeDoc