Skip to content

Instantly share code, notes, and snippets.

@corbifex
Created December 14, 2020 08:33
Show Gist options
  • Save corbifex/871b9d330ea42b830f77e01873ed9640 to your computer and use it in GitHub Desktop.
Save corbifex/871b9d330ea42b830f77e01873ed9640 to your computer and use it in GitHub Desktop.
Token debit
await reducerHandler.invoke("token:debit", {
address: senderAddress,
amount: asset.value,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment