Data

Data

Each account in HC network can contain multiple key/value pairs associated with it. Aurora can be used to retrieve value of each data key.

When aurora returns information about a single account data key it uses the following format:

Attributes

Attribute Type
value base64-encoded string The base64-encoded value for the key

Example

{

"value" : "MTAw"

}