Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Ability to redeem from p2sh output (#404) #405

Merged
merged 2 commits into from
Jul 15, 2019
Merged

Ability to redeem from p2sh output (#404) #405

merged 2 commits into from
Jul 15, 2019

Conversation

esen
Copy link
Member

@esen esen commented Jul 13, 2019

  • New methods in AbstractKit:
    • redeem(from: Output, to: String, feeRate: Int, publicKey: PublicKey, signatureScriptFunction: (Data, Data) -> Data)
    • watch(transaction: BitcoinCore.TransactionFilter, delegate: IWatchedTransactionDelegate)
    • changePublicKey() throws -> PublicKey
    • receivePublicKey() throws -> PublicKey
    • publicKey(byPath path: String) throws -> PublicKey

closes #404

- New methods in AbstractKit:
  * redeem(from: Output, to: String, feeRate: Int, publicKey: PublicKey, signatureScriptFunction: (Data, Data) -> Data)
  * watch(transaction: BitcoinCore.TransactionFilter, delegate: IWatchedTransactionDelegate)
  * changePublicKey() throws -> PublicKey
  * receivePublicKey() throws -> PublicKey
  * publicKey(byPath path: String) throws -> PublicKey
@ant013 ant013 merged commit 89eadcd into master Jul 15, 2019
@ant013 ant013 deleted the redeem_from_p2sh branch July 15, 2019 11:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ability to redeem from P2SH output
2 participants