forked from LaconicNetwork/icns-frontend
6 lines
95 B
TypeScript
6 lines
95 B
TypeScript
export interface AccountInfo {
|
|
prefix: string;
|
|
chainImageUrl: string;
|
|
address: string;
|
|
}
|