fromString
scrypt-ts-opcat / Block / fromString
Function: fromString()
fromString(
str
):Block
Defined in: node_modules/@opcat-labs/opcat/types/block/block.d.cts:122
Creates a Block instance from a string representation.
Parameters
str
string
The string to parse into a Block.
Returns
The parsed Block instance.