ZcashFoundation / zebra

Zcash - Financial Privacy in Rust 🦓
https://zfnd.org/zebra/
Apache License 2.0
412 stars 106 forks source link

Implements createrawtransaction RPC method #9017

Open elijahhampton opened 1 week ago

elijahhampton commented 1 week ago

Implements createrawtransaction RPC method and parameter validation. Tests to be added in follow-up commit.

Motivation

The goal of this PR is to implement the create_raw_transaction RPC endpoint for zebrad. This will support the effort to fully deprecate zcashd and enhance zcashd with all existing zcashd functionality. This PR will close the following issue: https://github.com/ZcashFoundation/zebra/issues/8952

Specifications & References

Solution

Tests

Follow-up Work

PR Author's Checklist

PR Reviewer's Checklist