Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add wallet command to compose transactions with inputs and outputs #1522

Merged
merged 8 commits into from
Feb 1, 2024

Conversation

OBorce
Copy link
Contributor

@OBorce OBorce commented Jan 30, 2024

new wallet command to compose a transaction with specified inputs and outputs

@OBorce OBorce force-pushed the feature/wallet-transaction-compose branch from 8ff7089 to 4fa8d82 Compare January 30, 2024 19:57
@OBorce OBorce force-pushed the feature/wallet-transaction-compose branch from 4fa8d82 to 2758dca Compare January 30, 2024 20:55
@OBorce OBorce marked this pull request as ready for review January 30, 2024 21:34
chainstate/src/rpc/mod.rs Outdated Show resolved Hide resolved
@@ -608,6 +611,19 @@ pub enum WalletCommand {
#[clap(hide = true)]
GenerateBlocks { block_count: u32 },

/// Send a given coin amount to a given address. The wallet will automatically calculate the required information
/// Optionally, one can also mention the utxos to be used.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docs

@OBorce OBorce force-pushed the feature/wallet-transaction-compose branch from 8cd8275 to 5da9897 Compare January 31, 2024 20:30
@OBorce OBorce force-pushed the feature/wallet-transaction-compose branch from 5da9897 to c1aa1c2 Compare January 31, 2024 22:29
@TheQuantumPhysicist TheQuantumPhysicist merged commit dc12c93 into master Feb 1, 2024
27 checks passed
@TheQuantumPhysicist TheQuantumPhysicist deleted the feature/wallet-transaction-compose branch February 1, 2024 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants