# Functions
NewToCommitCalldataFunc returns a ToCalldataFunc that is used to generate the calldata for the commit method.
ToExecCalldata is a ToCalldataFunc that is used to generate the calldata for the execute method.
# Interfaces
OCR3SignerVerifierExtra is an extension of OCR3SignerVerifier that also exposes the public key and max signature length which are required by the ocr3Keyring adapter.
# Type aliases
ToCalldataFunc is a function that takes in the OCR3 report and signature data and processes them.