I'm trying to save a public key string to stream named 'publicKeys', but after the transaction receives any confirmations it turns to null.and txid changes
Inside the stream key it is stored as JSON before it turns "json": null (items quantity remains the same) ->
{
"data": {
"json": {
"publicKey": "-----BEGIN PUBLIC KEY-----\\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDLZSCeZqOuZ4cwLEaOgsZa5CJC\\ndjer1xpthZITnAJvXeu1SlFwev0/W182ZqOMHXqHxFYtw4OPGMSUebKoRMqDAa//\\nddm2SfzeEtP4bloYNhQT0KVGUJqgRclt5u0wPik/Sm1eia11ZPnF8j3geXIu42yd\\n1jBO0u2QOuZ2aj3d9QIDAQAB\\n-----END PUBLIC KEY-----\\n"
}
}
}