stacks-archive / stacks-transactions-js

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

feat: expose PostCondition & builders #101

Closed hstove closed 4 years ago

hstove commented 4 years ago

Exposes a few things from postconditions.ts. This is used in blockstack/ux#301, which supports passing post conditions with Connect. The authenticator needs the PostCondition type, and client apps might need the post condition builders.

codecov[bot] commented 4 years ago

Codecov Report

Merging #101 into master will increase coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #101      +/-   ##
==========================================
+ Coverage   84.01%   84.05%   +0.03%     
==========================================
  Files          28       28              
  Lines        1802     1806       +4     
  Branches      367      367              
==========================================
+ Hits         1514     1518       +4     
  Misses        286      286              
  Partials        2        2              
Impacted Files Coverage Δ
src/index.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fc0ad72...f646048. Read the comment docs.