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

    Interface ExitChainResolver

    Reads exit chain data through an ordered chain of sources.

    interface ExitChainResolver {
        getVirtualTxs(txids: string[]): Promise<string[]>;
        getVtxoChain(vtxo: Outpoint): Promise<ChainTx[]>;
    }
    Index

    Methods

    • Parameters

      • txids: string[]

      Returns Promise<string[]>