icns-frontend/types/account-info.ts
2022-12-07 20:18:10 +09:00

6 lines
95 B
TypeScript

export interface AccountInfo {
prefix: string;
chainImageUrl: string;
address: string;
}