wwWallet core documentation
    Preparing search index...

    Type Alias NonceResponse

    type NonceResponse = {
        body: { c_nonce: string };
        status: 200;
    }
    Index

    Properties

    Properties

    body: { c_nonce: string }
    status: 200