Documentation
    Preparing search index...

    Secp256k1 Keypair data

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

    Properties

    Properties

    publicKey: Uint8Array
    secretKey: Uint8Array