/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type EgldShardBlock = { /** * The block hash. */ hash?: string; /** * The block height. */ nonce?: number; /** * The shard number. */ shard?: number; }