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