@silencelaboratories/walletprovider-sdk
    Preparing search index...

    Interface SignResponse

    Response from the SDK for sign request. Receive plaintext response from network.

    interface SignResponse {
        recid: number;
        sign: string;
        transactionId: string;
    }
    Index

    Properties

    recid: number

    Recovery id, either 0, or 1

    sign: string

    Hexstring of length 128 bytes, in a form: r || s

    transactionId: string