UNPKG

did-btcr2-js

Version:

Monorepo for did:btcr2 js/ts implementation and supporting packages.

128 lines (64 loc) 3.65 kB
[**@did-btc1/method**](../README.md) *** [@did-btc1/method](../globals.md) / RawTransactionV1 # Interface: RawTransactionV1 Defined in: [packages/method/src/types/bitcoin.ts:459](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L459) Transaction and RawTransaction ## Extends - [`Transaction`](../type-aliases/Transaction.md) ## Properties ### hash > **hash**: `string` Defined in: [packages/method/src/types/bitcoin.ts:413](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L413) #### Inherited from [`Transaction`](../type-aliases/Transaction.md).[`hash`](../type-aliases/Transaction.md#hash) *** ### hex > **hex**: `string` Defined in: [packages/method/src/types/bitcoin.ts:411](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L411) #### Inherited from [`Transaction`](../type-aliases/Transaction.md).[`hex`](../type-aliases/Transaction.md#hex) *** ### locktime > **locktime**: `number` Defined in: [packages/method/src/types/bitcoin.ts:418](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L418) #### Inherited from [`Transaction`](../type-aliases/Transaction.md).[`locktime`](../type-aliases/Transaction.md#locktime) *** ### size > **size**: `number` Defined in: [packages/method/src/types/bitcoin.ts:414](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L414) #### Inherited from [`Transaction`](../type-aliases/Transaction.md).[`size`](../type-aliases/Transaction.md#size) *** ### txid > **txid**: `string` Defined in: [packages/method/src/types/bitcoin.ts:412](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L412) #### Inherited from [`Transaction`](../type-aliases/Transaction.md).[`txid`](../type-aliases/Transaction.md#txid) *** ### version > **version**: `number` Defined in: [packages/method/src/types/bitcoin.ts:417](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L417) #### Inherited from [`Transaction`](../type-aliases/Transaction.md).[`version`](../type-aliases/Transaction.md#version) *** ### vin > **vin**: [`TxIn`](../type-aliases/TxIn.md)[] Defined in: [packages/method/src/types/bitcoin.ts:460](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L460) *** ### vout > **vout**: [`TxOut`](../type-aliases/TxOut.md)[] Defined in: [packages/method/src/types/bitcoin.ts:461](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L461) *** ### vsize > **vsize**: `number` Defined in: [packages/method/src/types/bitcoin.ts:415](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L415) #### Inherited from [`Transaction`](../type-aliases/Transaction.md).[`vsize`](../type-aliases/Transaction.md#vsize) *** ### weight > **weight**: `number` Defined in: [packages/method/src/types/bitcoin.ts:416](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/method/src/types/bitcoin.ts#L416) #### Inherited from [`Transaction`](../type-aliases/Transaction.md).[`weight`](../type-aliases/Transaction.md#weight)