menu
polkadart package
documentation
scale_codec.dart
Registry
getCodec method
getCodec method
dark_mode
light_mode
getCodec
method
Codec
?
getCodec
(
String
codecName
)
Get a codec from the registry
Implementation
Codec? getCodec(String codecName) { return codecs[codecName]; }
polkadart package
documentation
scale_codec
Registry
getCodec method
Registry class