issues
search
xmtp
/
libxmtp
LibXMTP is a shared library encapsulating the core functionality of the XMTP messaging protocol, such as cryptography, networking, and language bindings.
MIT License
47
stars
20
forks
source link
Fix argument types for new signing methods
#1295
Closed
rygine
closed
6 days ago
rygine
commented
6 days ago
Summary
Updated argument types from
Vec<u8>
to
Uint8Array
Summary
Vec<u8>
toUint8Array