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
/// View resolved at resource level denoting any metadata to be passed to the associated EVM contract at the time of/// bridging. This optional view would allow EVM side metadata to be updated based on current Cadence state. If the/// view is not supported, no bytes will be passed into EVM when bridging.access(all) structEVMBytesMetadata {
/// Returns the bytes to be passed to the EVM contract on `fulfillToEVM` call, allowing the EVM contract to update/// the metadata associated with the NFT. The corresponding Solidity `bytes` type allows the implementer greater/// flexibility by enabling them to pass arbitrary data between VMs.access(all) funbytes():EVM.EVMBytes?
}
The text was updated successfully, but these errors were encountered:
Description
Define the EVMBytesMetadata view
The text was updated successfully, but these errors were encountered: