Execute a pending signing request with the API client signer.
Your API token. Required for all API requests.
required:true symbol_value:"12789f5ee5fb-07f5-470c-a2ff-081e2d6d107a" comment:uuid is the UUID of the signing request. Currently only signing requests of API wallets are supported.
Success
symbol_value:"3Eq21vXNB5s86c62bVuUfTerseghjkuUqRPBmGRJhyTA" comment:tx_hash is the hash of the signed transaction, only set if status is STATUS_SUCCEEDED.This does not mean that the transaction it self is successful. It only means that the signing request has been signed.
signatures is the signatures of the raw message, only set if status is STATUS_SUCCEEDED.
signed_transaction is the signed transaction for broadcast, only set if status is STATUS_SUCCEEDED.