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

    Interface Coin

    Onchain output data.

    Outpoint

    interface Coin {
        status: Status;
        txid: string;
        value: number;
        vout: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    status: Status

    Onchain output status

    txid: string

    Transaction ID where the output was created

    value: number

    Value of the output in satoshis

    vout: number

    Transaction output index for this output