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
Input: Amount of tokens to transfer, recipient address.
Changes the owner (stake credential) of the amount of programmable tokens to the recipient address. Fails if the sender does not have enough programmable tokens, or if the sender is blacklisted.
Should include the following functions:
Offchain endpoint similar to Wst.Offchain.Endpoints.Deployment.issueProgrammableTokenTx
1 happy path test case in Wst.Test.UnitTest
API route in Wst.Server.Types under the "BuildTx era" type
API route implementation in Wst.Server similar to issueProgrammableTokenEndpoint. This needs to take the above inputs plus an address to use for the operator env (source of UTxOs for balancing)
The text was updated successfully, but these errors were encountered:
Input: Amount of tokens to transfer, recipient address.
Changes the owner (stake credential) of the amount of programmable tokens to the recipient address. Fails if the sender does not have enough programmable tokens, or if the sender is blacklisted.
Should include the following functions:
The text was updated successfully, but these errors were encountered: