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

    Interface ChainTx

    interface ChainTx {
        expiresAt: string;
        spends: string[];
        txid: string;
        type: ChainTxType;
    }
    Index

    Properties

    expiresAt: string
    spends: string[]

    IDs of the transactions in the chain used as input of the current transaction.

    txid: string