UTXO: {
    hash: string;
    index: number;
    scriptPubKey?: string;
    txHex?: string;
    value: number;
    witnessUtxo?: Witness;
}

Type declaration

  • hash: string
  • index: number
  • Optional scriptPubKey?: string
  • Optional txHex?: string
  • value: number
  • Optional witnessUtxo?: Witness

Generated using TypeDoc