@polkadot/types
Version:
Implementation of the Parity codec
18 lines (17 loc) • 480 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
rpc: {},
types: {
DeferredOffenceOf: '(Vec<OffenceDetails>, Vec<Perbill>, SessionIndex)',
Kind: '[u8; 16]',
OffenceDetails: {
offender: 'Offender',
reporters: 'Vec<Reporter>'
},
Offender: 'IdentificationTuple',
OpaqueTimeSlot: 'Bytes',
ReportIdOf: 'Hash',
Reporter: 'AccountId'
}
};
;