⚡Submit Transaction
Last updated
Last updated
As already mentioned, XRPL Snap is capable of signing and submitting transactions to XRP Ledger. When XRPL Snap gets request to submit the transaction, XRPL Snap will forward the transaction to the XRPL node. Currently we are using two public clusters:
https://testnet.xrpl-labs.com (for testnet)
https://xrplcluster.com (for livenet)
In order to submit transaction, signed transaction blob needs to be sent to xrpl_submit
RPC endpoint.
Field | Type | Description | |
---|---|---|---|
method
String
RPC Method to call
params.blob
String
Signed transaction blob to send to network