export interface GetAllContractsByCodeHashArgs { machineCodeHash: string; includeDetails?: boolean; firstIndex?: number; lastIndex?: number; }