web3-eth-abiFunctionsencodeErrorSignatureencodeErrorSignature CallableencodeErrorSignature(functionName: string | AbiErrorFragment): stringEncodes the error name to its ABI signature, which are the sha3 hash of the error name including input types.ParametersfunctionName: string | AbiErrorFragmentReturns string
Encodes the error name to its ABI signature, which are the sha3 hash of the error name including input types.