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

    Interface ChainTx

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

    Properties

    expiresAt: string
    spends: string[]
    txid: string