import {
loadBundledChannelSecretContractApi,
loadBundledChannelSecurityContractApi,
} from "./channel-contract-api.js";
describe("channel contract api explicit fast path", () => {
beforeEach(() => {
loadPluginManifestRegistryMock.mockClear();
});
it("resolves bundled channel secret contracts by explicit channel id without manifest scans", () => { const api = loadBundledChannelSecretContractApi("bluebubbles");
it("resolves bundled channel security contracts by explicit channel id without manifest scans", () => { const api = loadBundledChannelSecurityContractApi("whatsapp");
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.