did-btcr2-js
Version:
Monorepo for did:btcr2 js/ts implementation and supporting packages.
150 lines (75 loc) • 4.59 kB
Markdown
[**@did-btc1/method**](../README.md)
***
[@did-btc1/method](../globals.md) / FetchedRawTransaction
# Interface: FetchedRawTransaction
Defined in: [packages/method/src/types/bitcoin.ts:330](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L330)
## Extends
- [`DecodedRawTransaction`](../type-aliases/DecodedRawTransaction.md)
## Properties
### blockhash
> **blockhash**: `string`
Defined in: [packages/method/src/types/bitcoin.ts:332](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L332)
***
### blocktime
> **blocktime**: `number`
Defined in: [packages/method/src/types/bitcoin.ts:335](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L335)
***
### confirmations
> **confirmations**: `number`
Defined in: [packages/method/src/types/bitcoin.ts:333](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L333)
***
### hash
> **hash**: `string`
Defined in: [packages/method/src/types/bitcoin.ts:321](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L321)
#### Inherited from
[`DecodedRawTransaction`](../type-aliases/DecodedRawTransaction.md).[`hash`](../type-aliases/DecodedRawTransaction.md#hash)
***
### hex
> **hex**: `string`
Defined in: [packages/method/src/types/bitcoin.ts:331](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L331)
***
### locktime
> **locktime**: `number`
Defined in: [packages/method/src/types/bitcoin.ts:325](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L325)
#### Inherited from
[`DecodedRawTransaction`](../type-aliases/DecodedRawTransaction.md).[`locktime`](../type-aliases/DecodedRawTransaction.md#locktime)
***
### size
> **size**: `number`
Defined in: [packages/method/src/types/bitcoin.ts:322](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L322)
#### Inherited from
[`DecodedRawTransaction`](../type-aliases/DecodedRawTransaction.md).[`size`](../type-aliases/DecodedRawTransaction.md#size)
***
### time
> **time**: `number`
Defined in: [packages/method/src/types/bitcoin.ts:334](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L334)
***
### txid
> **txid**: `string`
Defined in: [packages/method/src/types/bitcoin.ts:320](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L320)
#### Inherited from
[`DecodedRawTransaction`](../type-aliases/DecodedRawTransaction.md).[`txid`](../type-aliases/DecodedRawTransaction.md#txid)
***
### version
> **version**: `number`
Defined in: [packages/method/src/types/bitcoin.ts:324](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L324)
#### Inherited from
[`DecodedRawTransaction`](../type-aliases/DecodedRawTransaction.md).[`version`](../type-aliases/DecodedRawTransaction.md#version)
***
### vin
> **vin**: [`TxIn`](../type-aliases/TxIn.md)[]
Defined in: [packages/method/src/types/bitcoin.ts:326](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L326)
#### Inherited from
[`DecodedRawTransaction`](../type-aliases/DecodedRawTransaction.md).[`vin`](../type-aliases/DecodedRawTransaction.md#vin)
***
### vout
> **vout**: [`TxOut`](../type-aliases/TxOut.md)[]
Defined in: [packages/method/src/types/bitcoin.ts:327](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L327)
#### Inherited from
[`DecodedRawTransaction`](../type-aliases/DecodedRawTransaction.md).[`vout`](../type-aliases/DecodedRawTransaction.md#vout)
***
### vsize
> **vsize**: `number`
Defined in: [packages/method/src/types/bitcoin.ts:323](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L323)
#### Inherited from
[`DecodedRawTransaction`](../type-aliases/DecodedRawTransaction.md).[`vsize`](../type-aliases/DecodedRawTransaction.md#vsize)