mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-11 11:34:26 +00:00
4 lines
93 B
TypeScript
4 lines
93 B
TypeScript
|
declare module 'ethereum-blockies' {
|
||
|
export function toDataUrl(address: string): string;
|
||
|
}
|