decoderawtransaction {rbtc} | R Documentation |
RPC-JSON API: decoderawtransaction
Description
Return a JSON object representing the serialized, hex-encoded transaction.
Usage
decoderawtransaction(con, hexstring)
Arguments
con |
object of class |
hexstring |
|
Value
A S4-object of class ANSRPC
.
Author(s)
Bernhard Pfaff
References
https://bitcoin.org/en/developer-reference#getblock, https://bitcoin.org/en/developer-reference#remote-procedure-calls-rpcs
See Also
Other RawTransactions RPCs: getrawtransaction
[Package rbtc version 0.1-6 Index]