icns-frontend/types/chain-item-type.ts
2022-12-13 22:11:28 +09:00

7 lines
116 B
TypeScript

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