Submit Arkade transactions to the Virtual Mempool
SubmitTxRequest
with a signed Arkade transaction and unsigned checkpoint transactions. The server verifies them and responds with the fully signed Arkade transaction, its ID, and partially signed checkpoint transactions.
The client adds the missing checkpoint signatures and finalizes the process via FinalizeTx
, sending the fully signed checkpoint transactions to the ArkService. Once the server verifies the final signatures, the spend is preconfirmed.
GetVirtualTxs
: Retrieves virtual transactions in hex format for specified transaction IDsGetVtxos
: Queries VTXO states by scripts or outpointsGetVtxoChain
: Traces transaction chains for specific VTXOsSubscribeForScripts
: Subscribe to notifications for specific VTXO scriptsGetSubscription
: Receive real-time notifications about subscribed scripts i