From a8b8ce89893eef4ccb3f92f60fd5ecf86882f88f Mon Sep 17 00:00:00 2001 From: Fabian Vogelsteller Date: Wed, 18 Oct 2023 14:07:41 +0200 Subject: [PATCH] Update schemas.md --- docs/schemas.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/schemas.md b/docs/schemas.md index 91549769..1d133093 100644 --- a/docs/schemas.md +++ b/docs/schemas.md @@ -45,4 +45,7 @@ import LSP5 from '@erc725/erc725.js/schemas/LSP5ReceivedAssets.json'; // Later use them on instantiation const myErc725Contract = new ERC725js(LSP3, address, web3.currentProvider); + +// You can retrieve the current loaded schema via +myErc725Contract.options.schemas ```