Minting
/// @param to The owner of the watch
/// @param passportName A unique name to avoid double mints.
/// @param documentId The id of the document on external storage
function mint(
address to,
string calldata passportName,
string calldata documentId
) external;Last updated