Replies: 1 comment 2 replies
-
What does |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello, i was wondering if this is possible
within a deployed Libary.sol contract i have the following method
function subscriptionExpiry(IDataStore _dataStore, address _user) public view returns (uint256)
calling it using readContract
i get the following error
InvalidAbiEncodingType: Type "IDataStore" is not a valid encoding type. Please provide a valid ABI type.
Beta Was this translation helpful? Give feedback.
All reactions