icns-frontend/types/chain-item-type.ts

8 lines
137 B
TypeScript
Raw Normal View History

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