From aef5e88fa2c8e2fa9098e546710006951aaad661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Sousa=20Andrade?= <659718+joaosa@users.noreply.github.com> Date: Thu, 30 May 2024 17:01:05 +0100 Subject: [PATCH] fix: use blob type Co-authored-by: Alan Shaw --- w3-blob.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/w3-blob.md b/w3-blob.md index 1fa7d75..dbcbb0f 100644 --- a/w3-blob.md +++ b/w3-blob.md @@ -870,7 +870,7 @@ type GetBlobReceipt = { type GetBlobOk = { cause: Link - blob: blob + blob: Blob } type ISO8601Date = string