contractMap

Contracts that this wallet is taking part in. Use API calls instead, this is public because inline functions use it. If you must use, your use MUST be locked with dataLock. use contracts to grab a copy of this map Use withContract to execute something with the lock, or just getContract to access the contract. Use withContractType to cast to your derived contract, and execute something with the lock, or just getContract to access the contract. Use add (name, contract) to add a new contract