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

    Interface ConnectorTreeNode

    interface ConnectorTreeNode {
        children: Record<string, string>;
        tx: string;
        txid: string;
    }
    Index

    Properties

    Properties

    children: Record<string, string>
    tx: string
    txid: string