Secp256k1 Keypair data

interface Secp256k1KeypairData {
    publicKey: Uint8Array;
    secretKey: Uint8Array;
}

Properties

Properties

publicKey: Uint8Array
secretKey: Uint8Array