You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using a proper bytes type makes Vec<u8> easier to work with and avoids a class of bugs resulting from incorrect hex string conversions. Related to xmtp/xps-gateway#71
Is your feature request related to a problem?
using a proper
bytestype makesVec<u8>easier to work with and avoids a class of bugs resulting from incorrect hex string conversions. Related to xmtp/xps-gateway#71Describe the solution to the problem
No response
Describe the uses cases for the feature
No response
Additional details
No response