Configuration for searchable storage of local state

interface SearchableStorage {
    archivist: string;
    boundWitnessDiviner?: string;
    payloadDiviner?: string;
}

Properties

archivist: string

Name/Address of the archivist where intermediate communications are stored

boundWitnessDiviner?: string

Name/Address of the diviner where intermediate communications are filtered

payloadDiviner?: string

Name/Address of the diviner where intermediate communications are filtered