icns-frontend/types/account-info.ts
2022-12-13 21:21:16 +09:00

7 lines
116 B
TypeScript

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