Skip to main content

Sign transaction

GET 

/wallet/sign_tx

Returns a transaction after signing. If "prepare_to_send" is true, it also add the parents, weight, timestamp and solves proof-of-work.

Request

Query Parameters

    hex_tx stringrequired

    Transaction in hex to be signed

    prepare_to_send boolean

    If proof-of-work should be done

Responses

Success

Schema

    any

Loading...