Skip to content

Commit

Permalink
Merge pull request #189 from Chia-Network/feat/extra-data-in-token-re…
Browse files Browse the repository at this point in the history
…sponse

feat: return tokenization data in tokenize endpoint
  • Loading branch information
TheLastCicada authored Dec 7, 2023
2 parents 3aaa1ad + 4b74b88 commit 7745acf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const tokenizeUnit = async (req, res) => {

if (isTokenCreationPending) {
res.send({
tokenization: data,
message:
"Your token is being created and should be ready in a few minutes.",
success: true,
Expand Down

0 comments on commit 7745acf

Please sign in to comment.