@arkade-os/sdk Documentation - v0.4.21
    Preparing search index...

    Type Alias ElectrumUnspent

    type ElectrumUnspent = {
        txid: string;
        vout: number;
        witnessUtxo: { script: Uint8Array; value: bigint };
    }
    Index

    Properties

    Properties

    txid: string
    vout: number
    witnessUtxo: { script: Uint8Array; value: bigint }