# Functions
FromHash
Given a value already hashed creates a Record containing it.
FromHex
Given a hexadecimal string (with no 0x prefix) returns a Record with its value hashed.
FromObject
Given an JSON object, returns a Record with its value hashed.
FromString
Given a string returns a Record with its value hashed.
FromUint8Array
Given a bytes object returns a Record with its value hashed.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
RecordEntity is the struct in charge of computing and storing the
value of the data sent to Bloock.
No description provided by the author