export type RpcGetAccountDetailResult = { status: string; representative: string; balance: string; unactBalance: string; grant: number; publicKey: string; txChainHeight: number; txLink: string; frozen: boolean; };