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
Define the resource interface for required for EVM-native NFTs to be fulfilled into Cadence
/// This resource interface must be implemented for EVM-native NFT and a Capability transmitted to the bridge when the/// cross-VM association is verified & established.resource interfaceCrossVMBridgeFullfillmentMinter {
/// Mints an NFT on bridging from EVM, returning the minted NFT to the bridge context to complete the caller’s/// requestaccess(all) funfulfillFromEVM(id: UInt64): @{NonFungibleToken.NFT}
}
The text was updated successfully, but these errors were encountered:
Description
Define the resource interface for required for EVM-native NFTs to be fulfilled into Cadence
The text was updated successfully, but these errors were encountered: