suspend fun getAccountStoreValue(address: Address, key: Bytes32): Bytes32?
(source)
Gets a value stored in an account store, or null if the account doesn't exist.
address
- the address of the account
key
- the key of the value to retrieve in the account storage.