fieldToString
Function: fieldToString()
function fieldToString(field: Field): string
Defined in: packages/nft/src/interfaces/encoding.ts:15
Converts a Field
element to a string representation.
This is used for serializing Field
values into strings suitable for storage or transmission.
Parameters
field
Field
The Field
element to convert.
Returns
string
The string representation of the Field
.
Updated 10 days ago