Skip to main content
Version: Next

Resource Interface Receiver


_10
pub resource interface Receiver {
_10
}

Interface to mediate deposits to the Collection

Functions

deposit()


_10
fun deposit(token: NFT)

Adds an NFT to the resource implementing it

Parameters:

  • token : The NFT resource that will be deposited