Transaction: {
    block: Block;
    confirmations: number;
    inputs: TxIO[];
    outputs: TxIO[];
    time: number;
    tx_hex: string;
    txid: string;
}

Type declaration

  • block: Block
  • confirmations: number
  • inputs: TxIO[]
  • outputs: TxIO[]
  • time: number
  • tx_hex: string
  • txid: string

Generated using TypeDoc