Typed data hashing and signing
Common structure
{
"record": [
{ "name": "foo", "type": "string" },
{ "name": "bar", "type": "int" }
]
}{ "foo": "test", "bar": 42 }Implementation
Examples
Last updated
Was this helpful?