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
Is this feature related to a problem? Please describe.
The main goal is to ensure the verification of asset ownership before sending transaction to L2.
If the ownership verification is successful, the message will be sent accordingly.
However, if the verification fails, the state of the smart contract will be updated to "placed".
Describe the solution you'd like
We need to update this method verify_tx_for_starknet in solis crate.
The text was updated successfully, but these errors were encountered:
ybensacq
changed the title
ArkOrderbook smart conrtract : Implement Asset Ownership Verification
ArkOrderbook smart contract : Implement asset ownership verification
Feb 16, 2024
Is this feature related to a problem? Please describe.
The main goal is to ensure the verification of asset ownership before sending transaction to L2.
If the ownership verification is successful, the message will be sent accordingly.
However, if the verification fails, the state of the smart contract will be updated to "placed".
Describe the solution you'd like
We need to update this method verify_tx_for_starknet in solis crate.
The text was updated successfully, but these errors were encountered: