@cashlab/common
    Preparing search index...

    Type Alias SpendableCoinP2PKH<OutputType>

    SpendableCoinP2PKH: UTXO<OutputType> & { key: Uint8Array; type: P2PKH }

    A data type with the information needed to spend a pay-to-public-key-hash outputs.

    Type Parameters

    • OutputType