/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error404BlockNotExists = { /** * block.hash.not.exists */ errorCode: string; /** * No such block. */ message: string; /** * 404 */ statusCode: number; }