@arkade-os/sdk Documentation - v0.3.11
    Preparing search index...

    Type Alias Nonces

    MuSig2 nonce pair containing public and secret values. Public nonces are two compressed points (33 bytes each). Secret nonces are the corresponding private scalars plus pubkey.

    type Nonces = {
        pubNonce: Uint8Array;
        secNonce: Uint8Array;
    }
    Index

    Properties

    Properties

    pubNonce: Uint8Array
    secNonce: Uint8Array