decode method
Implementation
@override
PalletErrorMetadata decode(Input input) {
final type = CompactCodec.codec.decode(input);
return PalletErrorMetadata(type: type);
}
@override
PalletErrorMetadata decode(Input input) {
final type = CompactCodec.codec.decode(input);
return PalletErrorMetadata(type: type);
}