icns-frontend/types/account-info.ts

6 lines
97 B
TypeScript
Raw Normal View History

export interface ChainItemType {
2022-12-07 11:18:10 +00:00
prefix: string;
chainImageUrl: string;
address: string;
}