UncheckedExtrinsicCodec constructor

UncheckedExtrinsicCodec(
  1. MetadataTypeRegistry registry
)

Implementation

UncheckedExtrinsicCodec(this.registry) {
  _callCodec = RuntimeCallCodec(registry);
  _signatureCodec = ExtrinsicSignatureCodec(registry);
}