I'm using the publish API command from my web application to write data to stream. When the metadata size becomes large, the getaddresstransaction returns only the following details in the "data" field:
"data" : [
{
"txid" : "6d8211b6cefc241b13e7f04b3953552b94156763d30d383e475350f973fc7dd1",
"vout" : 0,
"size" : 19516
}
]
How do I view the actual data?