joshua | Flow (2024-01-24)
If I define an
access(contract) function in a resource interface, does that mean that only code in the interface's contract can call it or only code in the implementation's contract can call it? or both?