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
Hello, I am trying to implement CW1155 requirements on my contract. The first execute "send_from" requires this:
If to is an address controlled by a smart contract, it must implement the CW1155Receiver interface, msg will be passed to it along with other fields, otherwise, msg should be None.
But in the send_from function it only sends the message to the "to" address and I don't find where it verifies if the address is pointing to a contract and if the contract implements the CW1155Receive interface.
Hello, I am trying to implement CW1155 requirements on my contract. The first execute "send_from" requires this:
But in the send_from function it only sends the message to the "to" address and I don't find where it verifies if the address is pointing to a contract and if the contract implements the CW1155Receive interface.
The text was updated successfully, but these errors were encountered: