Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def encodeParam(fsig, param, sig): return fsig[0:8] + abi.encode_abi(sig, param).encode("hex")
eRPC Python infrastructure