@cashlab/common
    Preparing search index...

    Type Alias Outpoint

    The reference to an output of a transaction.

    type Outpoint = {
        index: number;
        txhash: Uint8Array;
    }
    Index

    Properties

    Properties

    index: number
    txhash: Uint8Array