stacks-archive / stacks-transactions-js

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

fix: non-fungible post condition asset value encoding #60

Closed zone117x closed 4 years ago

zone117x commented 4 years ago

Description

Fixes the encoding for NFT asset names. See https://github.com/blockstack/stacks-blockchain/pull/1494

NFTs are identified by a Clarity value rather than a length-prefixed string.

Type of Change

Does this introduce a breaking change?

NFT post-condition builder functions now take a Clarity value.

Are documentation updates required?

Testing information

Checklist