Hi, I'm trying to add metadata to a transaction and however I receive no error the output containing the metadata looks weird:
{
"value" : 0.00000000,
"n" : 3,
"scriptPubKey" : {
"asm" : "OP_RETURN 0",
"hex" : "6a00",
"type" : "nulldata"
},
"assets" : [
],
"permissions" : [
]
}
I use Base58 encoding for strings to add as metadata.