EspressoSystems / seahorse

Ledger-agnostic wallet toolkit for the CAP protocol
https://seahorse.docs.espressosys.com
GNU General Public License v3.0
6 stars 1 forks source link

Refactor txn builder API #68

Open shenkeyao opened 2 years ago

shenkeyao commented 2 years ago

Switch to a builder API similar to ethers.rs, then get rid of build_transfer.

E.g., For transfer we'll have:

jbearer commented 2 years ago

See detailed API proposal in #67