@hashgraph/solo
    Preparing search index...
    interface KeyFormatter {
        separator: string;
        join(...parts: string[]): string;
        normalize(key: string): string;
        split(key: string): string[];
    }

    Implemented by

    Index

    Properties

    Methods

    Properties

    separator: string

    Methods