Created
August 13, 2018 20:52
-
-
Save chunkydotdev/f254b541e52a16f0c59ad4bf2ee13c61 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let breedData = await ckContract.breedWithAuto(pair.matronId, pair.sireId, function(err, response){ | |
console.log('err',err,'response',response) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment