Page MenuHomeSealhub

field-value.ts
No OneTemporary

field-value.ts

// the goal is for every field's Decode value to return an instance of Field Value. FieldValue can be extended to have more formatting options instead of relying on "format";
export abstract class FieldValue {
abstract getRestAPIValue(): unknown;
}

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 2, 17:33 (14 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1016468
Default Alt Text
field-value.ts (251 B)

Event Timeline