ChainInfo constructor
ChainInfo(
- MetadataTypeRegistry registry
Implementation
ChainInfo(this.registry) {
eventsCodec = EventsRecordCodec(registry);
extrinsicsCodec = ExtrinsicsCodec(registry);
callsCodec = RuntimeCallCodec(registry);
constantsCodec = ConstantsCodec(registry);
}