Crates.io | btc-transaction-utils |
lib.rs | btc-transaction-utils |
version | 0.9.0 |
source | src |
created_at | 2018-05-16 09:46:39.78467 |
updated_at | 2020-03-13 12:23:59.069068 |
description | A collection of helpers for signing bitcoin transactions with segwit. |
homepage | |
repository | https://github.com/exonum/btc-transaction-utils |
max_upload_size | |
id | 65663 |
size | 74,518 |
BTC transaction utils is a small library that helps to create multisig addresses and to swiftly sign some types of segwit transactions as well as to check the existing signatures, if required.
Manipulations with segwit transactions are quite complicated, so the main goal is to provide a simple and clear solution for the most common operations as mentioned above.
p2wsh
inputs.p2wpk
inputs.Note: This library supports only the SIGHASH_ALL
type of signatures.
Some features are not implemented at the moment, but are desired in future releases. Any help in implementation of the below listed items is welcome.
P2SH-P2WPKH
and P2SHP2WSH
inputs.TransactionBuilder
which helps to create unsigned transactions.Licensed under the Apache License (Version 2.0). See LICENSE for details.