@btc-stamps/tx-builder - v0.1.7
    Preparing search index...

    Interface Transaction

    interface Transaction {
        confirmations: number;
        fee?: number;
        height?: number;
        hex: string;
        size?: number;
        timestamp?: number;
        txid: string;
        vsize?: number;
    }
    Index

    Properties

    confirmations: number
    fee?: number
    height?: number
    hex: string
    size?: number
    timestamp?: number
    txid: string
    vsize?: number