stacks-archive / stacks-transactions-js

The JavaScript library for generating Stacks 2.0 transactions
19 stars 17 forks source link

Token Transfer support contract address #52

Closed reedrosenbluth closed 4 years ago

reedrosenbluth commented 4 years ago

Updates the TokenTransfer transaction payload to use a Principal instead of an address for the recipient. This is enables sending STX to either a standard principal or a contract principal.

Issue: #24 Related: https://github.com/blockstack/stacks-blockchain/issues/1317

Type of Change

Checklist

reedrosenbluth commented 4 years ago

@zone117x great idea, looks good!