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
@i-schuetz do you have any idea about this? I am thinking that the crate algonaut_client might stay very low-level with functions almost 1-to-1 with Algorand's API, while improving the ergonomics in the parent algonaut crate or in a new one. In this case adding a struct with a function like get(wallet_name: &str).
Yeah, this shouldn't be added to the client. I'd probably create a v1::Kmd that wraps around the client and adds convenience like this. You could rename the current Kmd in KmdBuilder or similar.
Great, seems a good solution! I only have mixed feelings on builders' naming convention. I noticed that reqwest follows this convention while crates like actix seems not to.
This is a snippet of the current workflow.
The text was updated successfully, but these errors were encountered: