UncheckedExtrinsicCodec constructor
UncheckedExtrinsicCodec(
- MetadataTypeRegistry registry
Implementation
UncheckedExtrinsicCodec(this.registry) {
_callCodec = RuntimeCallCodec(registry);
_signatureCodec = ExtrinsicSignatureCodec(registry);
}