Type alias TxOut

TxOut: { n: number; scriptPubKey: { addresses: string[]; asm: string; hex: string; reqSigs: number; type: scriptPubkeyType }; value: number }

Type declaration

  • n: number
  • scriptPubKey: { addresses: string[]; asm: string; hex: string; reqSigs: number; type: scriptPubkeyType }
    • addresses: string[]
    • asm: string
    • hex: string
    • reqSigs: number
    • type: scriptPubkeyType
  • value: number

Generated using TypeDoc