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
- Adds a new `registerContractClass` method in the PXE that registers a
new class given the artifact
- Replaces `addContracts` (plural) with `registerContract` (singular)
- Overloads `registerContract` so it can receive either an artifact or
an already known class id
Fixes#4055
Add new methods for registering classes and instances to the PXE's API, which will eventually replace the single
register
method.The text was updated successfully, but these errors were encountered: