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

    Interface ContractManagerConfig

    Configuration for the ContractManager.

    interface ContractManagerConfig {
        contractRepository: ContractRepository;
        indexerProvider: IndexerProvider;
        walletRepository: WalletRepository;
        watcherConfig?: Partial<ContractWatcherConfig>;
    }
    Index

    Properties

    contractRepository: ContractRepository

    The contract repository for persistence

    indexerProvider: IndexerProvider

    The indexer provider

    walletRepository: WalletRepository

    The wallet repository for virtual output storage (single source of truth)

    watcherConfig?: Partial<ContractWatcherConfig>

    Watcher configuration