legacyEip712Encode abstract method

EncoderResult legacyEip712Encode(
  1. AbiParameter params,
  2. T input,
  3. bool keepSize
)

EIP-712 Legacy Encode method with an option to keep a specific size.

Implementation

EncoderResult legacyEip712Encode(AbiParameter params, T input, bool keepSize);