icns-frontend/types/account-info.ts

6 lines
95 B
TypeScript
Raw Normal View History

2022-12-07 11:18:10 +00:00
export interface AccountInfo {
prefix: string;
chainImageUrl: string;
address: string;
}