Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

WalletIcon

A data URI containing a base64-encoded SVG, WebP, PNG, or GIF image.

Used by {@link Wallet.icon | Wallet::icon} and WalletAccount::icon.

type WalletIcon = `data:image/${"svg+xml" | "webp" | "png" | "gif"};base64,${string}`;

§Type

§
`data:image/${"svg+xml" | "webp" | "png" | "gif"};base64,${string}`
[src]