Skip to content

Commit

Permalink
Merge pull request zcash#761 from nuttycom/wallet/expose_transaction_…
Browse files Browse the repository at this point in the history
…propose

Factor out a transaction proposal API from `spend`.
  • Loading branch information
str4d authored Feb 1, 2023
2 parents 756f388 + 4fafd14 commit b6f7ff0
Show file tree
Hide file tree
Showing 4 changed files with 298 additions and 202 deletions.
6 changes: 6 additions & 0 deletions zcash_client_backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this library adheres to Rust's notion of

## [Unreleased]

### Added
- `zcash_client_backend::data_api::wallet`:
- `propose_transfer`
- `propose_shielding`
- `create_proposed_transaction`

### Changed
- MSRV is now 1.60.0.

Expand Down
Loading

0 comments on commit b6f7ff0

Please sign in to comment.