is an object where the key is a contract address and the value is an object having a script and an entrypoints properties.
Note: the expected format for the script and entrypoints properties are the same as the one respectivlely returned by
TezosToolkit.rpc.getContract('contractAddress').script
and TezosToolkit.rpc.getEntrypoints
Description
Allows to specify static data related to contracts (i.e., script and entrypoints) avoiding Taquito to fetch them from the network.
Example