Recording NASs on the blockchain
Either inputs to each dimension (eg, x, y and z) could be recorded, or the dimension and entire z function. Since these functions us only on-chain data as inputs, no other datasets would be required.
A JSON script for the NAS shown in Figure 3 may look something like:
{
“name”: “<name>”,
“shape”: “rectangle | sphere | toroid | cylinder | custom”,
“dim1”: "retargetInterval",
“dim2”= "tx_count"
}with the third dimension being determined by height and "dim1".
Last updated