// Copyright 2017-2021 @polkadot/types authors & contributors // SPDX-License-Identifier: Apache-2.0 // order important in structs... :) /* eslint-disable sort-keys */ import type { Definitions } from '../../types'; export default { rpc: {}, types: { DeferredOffenceOf: '(Vec, Vec, SessionIndex)', Kind: '[u8; 16]', OffenceDetails: { offender: 'Offender', reporters: 'Vec' }, Offender: 'IdentificationTuple', OpaqueTimeSlot: 'Bytes', ReportIdOf: 'Hash', Reporter: 'AccountId' } } as Definitions;