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
Since Clarity cannot dynamically dispatch to a contract based on a runtime value, use a fixed set of known connection contracts and handle protocol selection through predefined options.
Define connection-trait
Implement connection contracts for each protocol, conforming to the connection-trait.
In the xCall implementation contract, maintain a list or mapping of known connection contracts.
Admin should be able to add or remove connection contracts.
The send-call function should be able to select and interact with connection contracts based on their identifier.
The text was updated successfully, but these errors were encountered:
Since Clarity cannot dynamically dispatch to a contract based on a runtime value, use a fixed set of known connection contracts and handle protocol selection through predefined options.
connection-trait
connection-trait
.The text was updated successfully, but these errors were encountered: