Web3.py how to construct bytes[] data

27 Views Asked by At

I am using web3.py to call a smart contract function with input param as bytes[], content example below

enter image description here

How do I construct the same content and create as bytes[] to pass it into the function?

0

There are 0 best solutions below