Open insipx opened 8 months ago
Bytes is a special type from ethers that handles hex strings. We should try to reach parity with ethers by using Bytes instead of Vec<u8>. This also avoids errors where we pass the bytes of a hex string, rather than the decoded bytes of a hex string
Bytes
Vec<u8>
No response
Is your feature request related to a problem?
Bytes
is a special type from ethers that handles hex strings. We should try to reach parity with ethers by usingBytes
instead ofVec<u8>
. This also avoids errors where we pass the bytes of a hex string, rather than the decoded bytes of a hex stringDescribe the solution to the problem
No response
Describe the uses cases for the feature
No response
Additional details
No response