Documentation Index
Fetch the complete documentation index at: https://docs.uniblock.dev/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters: [rawTx, privKeys, prevTxs?, sighashType?].Positional parameters for
signrawtransactionwithkey:params[0]: Raw transaction hex.params[1]: Private keys in WIF format.params[2]: Optional previous transaction outputs used for signing.params[3]: Optional signature hash type (e.g., ALL).
Returns
Signed transaction result containing hex and completion flag.