TransactionOutput: {
    address: string | null;
    pkscript: string;
    spender: {
        input: number;
        txid: string;
    } | null;
    spent: boolean;
    value: number;
}

Type declaration

  • address: string | null
  • pkscript: string
  • spender: {
        input: number;
        txid: string;
    } | null
  • spent: boolean
  • value: number

Generated using TypeDoc