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
thunderbiscuit
changed the title
Rename get_transactions to list_transactions to mirror bdk API
Naming differences between bindings and Rust API on TxBuilder
Aug 5, 2022
thunderbiscuit
changed the title
Naming differences between bindings and Rust API on TxBuilder
Naming differences between bindings and Rust API
Aug 17, 2022
I believe there are two naming differences between the bindings API and the Rust API on the TxBuilder:
TxBuilder
usesget_transactions()
instead of the bdklist_transactions()
methodTxBuilder
usesget_network()
instead of the bdknetwork()
methodFixing these would create breaking changes but I think we should continue to strive for name parity with the upstream library if we can.
The text was updated successfully, but these errors were encountered: