Documentation
    Preparing search index...

    Interface NdrDmAdapterOptions

    Options for createNdrDmAdapter.

    interface NdrDmAdapterOptions {
        available?: boolean;
        ownerPubkey: string;
        runtime: NdrRuntimeLike;
        store?: DmMemoryStore;
    }
    Index

    Properties

    available?: boolean
    ownerPubkey: string