Skip to content

Commit

Permalink
chore: add explanation for new mineBlock functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
brady.ouren committed Aug 2, 2024
1 parent acfc534 commit adc8cfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/docs/stacks/clarinet-js-sdk/references/methods.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1526,6 +1526,8 @@ The `tx` helper has three methods:

These methods have the same interface as simnet methods but instead of performing a transaction, they will build a transaction object that can be passed to the `mineBlock` function.

In epochs from 3.0 on, the stacks chaintip is advanced separately from the burn chaintip. This means `mineBlock` will only affect the stacks chaintip. If you'd like to also mine burn blocks, use the `mineEmptyBurnBlock` function.

## Parameters

<Property required={true} deprecated={false} name={"txs"} type={"Tx[]"}>
Expand Down

0 comments on commit adc8cfb

Please sign in to comment.