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
issueProgrammableTokenTx currently sends the new tokens to an output with no stake credential. We should send them directly to the end user.
Add a PaymentCredential argument to BuildTx.issueProgrammableToken
Use the payment credential as the stake credential of the programmable logic output that's constructed in l. 111 (Adjusting the receivingAddress value)
Propagate the PaymentCredential argument to Wst.Offchain.Endpoints.Deployment.issueProgrammableTokenTx and Wst.Server.Types.IssueProgrammableTokenArgs
Change Wst.Test.UnitTest.issueAlwaysSucceedsValidator to check that the programmable logic output has the correct stake credential
The text was updated successfully, but these errors were encountered:
issueProgrammableTokenTx
currently sends the new tokens to an output with no stake credential. We should send them directly to the end user.PaymentCredential
argument toBuildTx.issueProgrammableToken
receivingAddress
value)PaymentCredential
argument toWst.Offchain.Endpoints.Deployment.issueProgrammableTokenTx
andWst.Server.Types.IssueProgrammableTokenArgs
Wst.Test.UnitTest.issueAlwaysSucceedsValidator
to check that the programmable logic output has the correct stake credentialThe text was updated successfully, but these errors were encountered: