legacyEip712Encode method
Legacy EIP-712 encoding for function signatures (bytes).
Optionally keeps the size unchanged based on the keepSize
parameter.
Implementation
@override
EncoderResult legacyEip712Encode(
AbiParameter params, List<int> input, bool keepSize) {
return const BytesCoder()
.legacyEip712Encode(AbiParameter.function, input, keepSize);
}