export interface GetAccountTransactionsArgs { accountId: string; timestamp?: string; firstIndex?: number; includeIndirect?: boolean; resolveDistributions?: boolean; lastIndex?: number; numberOfConfirmations?: number; subtype?: number; type?: number; }