-
Notifications
You must be signed in to change notification settings - Fork 69
@liquality.bitcoin.BitcoinTypes
Krasimir Raykov edited this page Mar 30, 2022
·
3 revisions
@liquality/bitcoin.BitcoinTypes
- BitcoinHDWalletProviderOptions
- BitcoinNetwork
- BitcoinNodeWalletOptions
- BitcoinSwapProviderOptions
- BitcoinWalletProviderOptions
- Input
- Output
- OutputTarget
- P2SHInput
- PsbtInputTarget
- ScriptPubKey
- Transaction
- UTXO
Ƭ AddressTxCounts: Object
▪ [index: string
]: number
Ƭ PaymentVariants: Object
Name | Type |
---|---|
p2sh? |
payments.Payment |
p2shSegwit? |
payments.Payment |
p2wsh? |
payments.Payment |
Ƭ TransactionMatchesFunction: (tx
: Transaction
<Transaction
>) => boolean
▸ (tx
): boolean
Name | Type |
---|---|
tx |
Transaction <Transaction > |
boolean