mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-11 11:34:26 +00:00
c340246ca0
* Progress commit * Update more types * Fix more types * Fix abi function types * Fix lib types * Fix rest of types * Address wbobeirne changes * Change origin and destination check
4 lines
93 B
TypeScript
4 lines
93 B
TypeScript
declare module 'ethereum-blockies' {
|
|
export function toDataUrl(address: string): string;
|
|
}
|