You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DashSight is exclusively focused on interacting with an indexing and broadcasting web service.
In order to create the txHex you need to send via instantSend(txHex), you'll need to construct a transaction, sign it, and probably private key encoding/decoding along the way.
DashSight is exclusively focused on interacting with an indexing and broadcasting web service.
In order to create the
txHex
you need to send viainstantSend(txHex)
, you'll need to construct a transaction, sign it, and probably private key encoding/decoding along the way.See the DashTx for Examples
Here's an example of that using Secp256k1 and DashTx:
(and you can use DashKeys for WIFs and such)
Example transaction hex:
(inspect at https://live.blockcypher.com/dash/decodetx/)
Example output:
The text was updated successfully, but these errors were encountered: