Closed ghost closed 3 years ago
Sorry for the late reply. "_KEVANS" key doesn't really exist. It is a pseudo key, whose value is keva_namespace <display_name>
.
If you want to get the
Look for:
OP_KEVA_NAMESPACE 35fd152e7cf52109d28d060cab2a7cccfd669cebc7 4b657661636f696e20446562757473204f6666696369616c204d6173636f7420392f3130
The 4b657661636f696e20446562757473204f6666696369616c204d6173636f7420392f3130
is the value of _KEVA_NS_
.
Thank you.
p.s. may be decoded using hex2bin
function in PHP.
I need to decode _KEVANS value, but without local node running.
How can decode the raw transaction using Kevacoin Explorer API to replace keva_get method:
Thanks.