export interface GetAssetTransfersArgs { assetId?: string; accountId?: string; firstIndex?: number; lastIndex?: number; }