Sign Transaction
Signing a transaction involves using the private key associated with the input's address to sign the transaction inputs.
Last updated
Was this helpful?
Signing a transaction involves using the private key associated with the input's address to sign the transaction inputs.
Last updated
Was this helpful?
POST
/api/Litecoin/sign-Raw-LTC-Transactions
This post requests to sign a on the Litecoin blockchain
Content-Type
application/json
Authorization*
Bearer <your api key>
Attach your API key here
wallet
String
Wallet name (optional)
Usev2*
String
Value should be true or yes
addressPrivateKey*
String
Sender's address private key
txhash*
String
The transaction hash gotten from the response of Create-Raw-Transaction Endpoint
Liaas SDK package