CosmWasm / cw-multi-test

CosmWasm multi-contract testing framework
Apache License 2.0
48 stars 42 forks source link

Expose contract storage #153

Closed DariuszDepta closed 7 months ago

DariuszDepta commented 8 months ago

Added new functions to App: contract_storage and contract_stoage_mut that expose prefixed storage for a contract pointed by its address, with read-only and read-write access to storage respectively.