@did-btc1/common
    Preparing search index...

    Type Alias SchnorrKeyPair

    type SchnorrKeyPair = {
        publicKey: KeyBytes;
        secretKey: KeyBytes;
    }
    Index

    Properties

    Properties

    publicKey: KeyBytes
    secretKey: KeyBytes