icns-frontend/types/chain-item-type.ts
2022-12-15 19:06:44 +09:00

8 lines
137 B
TypeScript

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