PrivKey defines a secp256k1 private key.

interface PrivKey {
    key: Uint8Array;
}

Properties

Properties

key: Uint8Array