export interface AccountUsername { address: string; nonce: number | null; balance: string; rootHash: string; txCount: number | null; scrCount: number | null; username: string; shard: number | null; developerReward: string; }