You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it's impossible to implement the Chains interface anywhere outside the chains package. You must support these options in the Call() method, but there is no way to read them. To do so, you would have to instantiate a struct that's private to the chains package.
The text was updated successfully, but these errors were encountered:
Because ChainCallOption is defined as
it's impossible to implement the Chains interface anywhere outside the chains package. You must support these options in the Call() method, but there is no way to read them. To do so, you would have to instantiate a struct that's private to the chains package.
The text was updated successfully, but these errors were encountered: