Open leet4tari opened 1 month ago
What you are showing here is not possible, the client you are using is somehow encoding the results. https://github.com/tari-project/tari/blob/c42586517a06382106a7fb20939e0a9cbe2e5789/applications/minotari_app_grpc/proto/wallet.proto#L91C1-L92C1
those should be bytes, not a string.
But it might be worth the effort to make this a string and encode it to base58. Is going to be a breaking change
How about getAddressString which would not break the current interface?
Using a grpc command line client for testing, doing a request for the wallet address returns the following
where the wallet address should be
Tried base64 and base58 decoding, neither decoders return a similar address.
Could I get some info on how to get this to work or get what I am looking for?