/ DEVELOPERS / API / QW_SENDTRANSACTION
qw_sendTransaction
Submit a Dilithium-signed transaction to the mempool. Params is a single object with from/to/value/gas/gasPrice/nonce plus base64-encoded Dilithium signature & public key.
qw_sendTransaction
Submit a Dilithium-signed transaction to the mempool. Params is a single object with from/to/value/gas/gasPrice/nonce plus base64-encoded Dilithium signature & public key.
qw_*category: txreturns: object
Parameters
Response
Press Send Request to see a response.
Copy as
curl -X POST '/rpc' \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","method":"qw_sendTransaction","params":[],"id":1}'