Skip to main content

PsbtOutputExtendedScript

bitcoinjs-lib v1.0.7


bitcoinjs-lib / psbt / PsbtOutputExtendedScript

Interface: PsbtOutputExtendedScript

Defined in: ts_src/psbt.ts:1178

Extends​

  • PsbtOutput

Properties​

bip32Derivation?​

optional bip32Derivation: Bip32Derivation[]

Defined in: node_modules/bip174/src/esm/lib/interfaces.d.ts:52

Inherited from​

PsbtOutput.bip32Derivation


redeemScript?​

optional redeemScript: Uint8Array

Defined in: node_modules/bip174/src/esm/lib/interfaces.d.ts:50

Inherited from​

PsbtOutput.redeemScript


script​

script: Uint8Array

Defined in: ts_src/psbt.ts:1179


tapBip32Derivation?​

optional tapBip32Derivation: TapBip32Derivation[]

Defined in: node_modules/bip174/src/esm/lib/interfaces.d.ts:53

Inherited from​

PsbtOutput.tapBip32Derivation


tapInternalKey?​

optional tapInternalKey: Uint8Array

Defined in: node_modules/bip174/src/esm/lib/interfaces.d.ts:55

Inherited from​

PsbtOutput.tapInternalKey


tapTree?​

optional tapTree: TapTree

Defined in: node_modules/bip174/src/esm/lib/interfaces.d.ts:54

Inherited from​

PsbtOutput.tapTree


unknownKeyVals?​

optional unknownKeyVals: KeyValue[]

Defined in: node_modules/bip174/src/esm/lib/interfaces.d.ts:47

Inherited from​

PsbtOutput.unknownKeyVals


value​

value: bigint

Defined in: ts_src/psbt.ts:1180


witnessScript?​

optional witnessScript: Uint8Array

Defined in: node_modules/bip174/src/esm/lib/interfaces.d.ts:51

Inherited from​

PsbtOutput.witnessScript