Skip to content

Latest commit

 

History

History
118 lines (64 loc) · 1.98 KB

IUtxo.md

File metadata and controls

118 lines (64 loc) · 1.98 KB

beignet / IUtxo

Interface: IUtxo

Table of contents

Properties

Properties

address

address: string

Defined in

types/wallet.ts:62


height

height: number

Defined in

types/wallet.ts:66


index

index: number

Defined in

types/wallet.ts:63


keyPair

Optional keyPair: BIP32Interface | ECPairInterface

Defined in

types/wallet.ts:71


path

path: string

Defined in

types/wallet.ts:64


publicKey

publicKey: string

Defined in

types/wallet.ts:70


scriptHash

scriptHash: string

Defined in

types/wallet.ts:65


tx_hash

tx_hash: string

Defined in

types/wallet.ts:67


tx_pos

tx_pos: number

Defined in

types/wallet.ts:68


value

value: number

Defined in

types/wallet.ts:69