Check if @peerAddress can be messaged, specifically it checks that a PublicKeyBundle can be found for the given address
Returns the cached PublicKeyBundle if one is known for the given address or fetches one from the network
List messages on a given set of content topics, yielding one page at a time
Create and start a client associated with given wallet.
the wallet as a Signer instance
specify how to to connect to the network
Generated using TypeDoc
Client class initiates connection to the XMTP network. Should be created with
await Client.create(options)