Skip to content

Instantly share code, notes, and snippets.

@jamesmorgan
Created April 12, 2018 10:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesmorgan/e736f964016630a6a59512926308c199 to your computer and use it in GitHub Desktop.
Save jamesmorgan/e736f964016630a6a59512926308c199 to your computer and use it in GitHub Desktop.
KnownOriginDigitalAssets mint() method example
function mint(string _tokenURI, bytes16 _edition, uint256 _priceInWei, uint32 _auctionStartDate, address _artistAccount) external onlyKnownOrigin {
....
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment