encodeTo method
Convert self to a slice and append it to the destination.
Implementation
@override
void encodeTo(final List<UncheckedExtrinsic> value, final Output output) =>
_codec.encodeTo(value, output);
Convert self to a slice and append it to the destination.
@override
void encodeTo(final List<UncheckedExtrinsic> value, final Output output) =>
_codec.encodeTo(value, output);