We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ae2ab commit 34ac663Copy full SHA for 34ac663
examples/typed_data.ts
@@ -26,7 +26,7 @@ export async function send(): Promise<string> {
26
const datum: typeof MyDatum = {
27
name: fromText("Lucid"),
28
age: 0n,
29
- fruits: { Other: { name: "Coconut", quantity: 123n } },
+ fruits: { Other: { name: fromText("Coconut"), quantity: 123n } },
30
colors: [fromText("Blue"), fromText("Purple")],
31
description: null,
32
};
0 commit comments