did-btcr2-js
Version:
Monorepo for did:btcr2 js/ts implementation and supporting packages.
102 lines (51 loc) • 2.73 kB
Markdown
[**@did-btc1/method**](../README.md)
***
[@did-btc1/method](../globals.md) / TxInExt
# Interface: TxInExt
Defined in: [packages/method/src/types/bitcoin.ts:443](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L443)
## Extends
- [`TxIn`](../type-aliases/TxIn.md)
## Properties
### coinbase?
> `optional` **coinbase**: `string`
Defined in: [packages/method/src/types/bitcoin.ts:421](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L421)
#### Inherited from
[`TxIn`](../type-aliases/TxIn.md).[`coinbase`](../type-aliases/TxIn.md#coinbase)
***
### prevout
> **prevout**: [`TxInPrevout`](../type-aliases/TxInPrevout.md)
Defined in: [packages/method/src/types/bitcoin.ts:444](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L444)
***
### scriptSig?
> `optional` **scriptSig**: `object`
Defined in: [packages/method/src/types/bitcoin.ts:424](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L424)
#### asm
> **asm**: `string`
#### hex
> **hex**: `string`
#### Inherited from
[`TxIn`](../type-aliases/TxIn.md).[`scriptSig`](../type-aliases/TxIn.md#scriptsig)
***
### sequence
> **sequence**: `number`
Defined in: [packages/method/src/types/bitcoin.ts:429](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L429)
#### Inherited from
[`TxIn`](../type-aliases/TxIn.md).[`sequence`](../type-aliases/TxIn.md#sequence)
***
### txid?
> `optional` **txid**: `string`
Defined in: [packages/method/src/types/bitcoin.ts:422](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L422)
#### Inherited from
[`TxIn`](../type-aliases/TxIn.md).[`txid`](../type-aliases/TxIn.md#txid)
***
### txinwitness?
> `optional` **txinwitness**: `string`[]
Defined in: [packages/method/src/types/bitcoin.ts:428](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L428)
#### Inherited from
[`TxIn`](../type-aliases/TxIn.md).[`txinwitness`](../type-aliases/TxIn.md#txinwitness)
***
### vout?
> `optional` **vout**: `number`
Defined in: [packages/method/src/types/bitcoin.ts:423](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L423)
#### Inherited from
[`TxIn`](../type-aliases/TxIn.md).[`vout`](../type-aliases/TxIn.md#vout)