icns-frontend/types/account-info.ts

6 lines
97 B
TypeScript

export interface ChainItemType {
prefix: string;
chainImageUrl: string;
address: string;
}