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
Add an endpoint that allows us to blacklist an address.
Inputs: The address to be blacklisted.
Fails if the submitter is not the issuer of the stablecoin, or if the address is already on the list.
Offchain endpoint like the ones in Wst.Offchain.Endpoints.Deployment
Test case for happy path in Wst.Test.UnitTest
API route (POST) in Wst.Server.Types.BuildTxAPI
Handler for the route in Wst.Server
The text was updated successfully, but these errors were encountered:
Add an endpoint that allows us to blacklist an address.
Inputs: The address to be blacklisted.
Fails if the submitter is not the issuer of the stablecoin, or if the address is already on the list.
Wst.Offchain.Endpoints.Deployment
Wst.Test.UnitTest
Wst.Server.Types.BuildTxAPI
Wst.Server
The text was updated successfully, but these errors were encountered: