encodeTo method
Convert self to a slice and append it to the destination.
Implementation
@override
void encodeTo(PalletEventMetadataV16 value, Output output) {
CompactCodec.codec.encodeTo(value.type, output);
EnumDeprecationInfo.codec.encodeTo(value.deprecationInfo, output);
}