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

    Interface Outpoint

    Onchain output location data.

    interface Outpoint {
        txid: string;
        vout: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    txid: string

    Transaction ID where the output was created

    vout: number

    Transaction output index for this output