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
access(all) resource interfaceReceiver {
/// Takes a Vault and deposits it into the implementing resource type////// @param from: The Vault resource containing the funds that will be deposited///access(all) fundeposit(from: @Vault)
becomes
access(all)
fundeposit(from: @Vault) {}
Suggested Solution
No response
The text was updated successfully, but these errors were encountered:
Issue to be solved
becomes
Suggested Solution
No response
The text was updated successfully, but these errors were encountered: