Type Alias: WalletIcon
WalletIcon = `data:image/${"svg+xml" | "webp" | "png" | "gif"};base64,${string}`
A data URI containing a base64-encoded SVG, WebP, PNG, or GIF image.
Used by Wallet::icon and WalletAccount::icon.
WalletIcon = `data:image/${"svg+xml" | "webp" | "png" | "gif"};base64,${string}`
A data URI containing a base64-encoded SVG, WebP, PNG, or GIF image.
Used by Wallet::icon and WalletAccount::icon.