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
What needs to happen is the SignedTransaction() constructor needs to be adapted to take a named parameter called chain which contains a dictionary of chain settings including prefix, asset names and chain ID. (As a convenience chain can also be a string, in which case the dictionary is determined by looking it up in known_chains.) Then these are passed to the appropriate sub-objects.
The text was updated successfully, but these errors were encountered:
Here is a minimal example that demonstrates the issue:
What needs to happen is the
SignedTransaction()
constructor needs to be adapted to take a named parameter calledchain
which contains a dictionary of chain settings including prefix, asset names and chain ID. (As a conveniencechain
can also be a string, in which case the dictionary is determined by looking it up inknown_chains
.) Then these are passed to the appropriate sub-objects.The text was updated successfully, but these errors were encountered: