edgeport - v1.0.3
    Preparing search index...

    Interface SignedNonce

    The public nkey string and a base64url signature produced from a seed.

    interface SignedNonce {
        nkey: string;
        sig: string;
    }
    Index
    nkey: string

    The public nkey string (e.g. a user key starts with U).

    sig: string

    The detached ed25519 signature over the nonce, base64url with no padding.