From 8ffecc61eba760153e7c02a2f025b0e8b6b7bb62 Mon Sep 17 00:00:00 2001 From: Ben Zhai Date: Thu, 13 Jul 2023 09:52:48 +0200 Subject: [PATCH] Update ICRC-7.md --- ICRCs/ICRC-7/ICRC-7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ICRCs/ICRC-7/ICRC-7.md b/ICRCs/ICRC-7/ICRC-7.md index 1f48bf0..a7a4b84 100644 --- a/ICRCs/ICRC-7/ICRC-7.md +++ b/ICRCs/ICRC-7/ICRC-7.md @@ -84,7 +84,7 @@ icrc7_description : () -> (opt text) query; ### icrc7_image -Returns the image of the collection. +Returns a link to the image of the collection. It may be a [DataURL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) that contains the image itself. ```candid "Methods" += icrc7_image : () -> (opt text) query;