@hashgraph/solo
    Preparing search index...

    Indicates a configuration source that can be persisted.

    interface Persistable {
        persist(): Promise<void>;
    }

    Implemented by

    Index

    Methods

    Methods