The IDL of the index canister, should match the {@link IndexCanisterType}
Optional actor configuration for interfacing with the index canister
HttpAgent options for interfacing with the index canister
The canisterId of the index canister
Actor used for directly calling methods of the index canister
Retrieves a list of canisterIds associated with the provided PK
The partition key
The IndexClient stores a cache of PK to list of canisterIds. By default, the cache is not used and requests are made to the index canister. It is not recommended to use the cache when making update calls
returns the identity used by the IndexClient
Upgrades the index canister
Calls the management canister install_code
method with mode = upgrade and the provided wasm and arguments
The "Blob-ified" wasm module that will upgrade the index canister
any arguments to be passed along with the upgrade
Generated using TypeDoc
Client used to interact with the CanDB Index Canister