Skip to content

Commit

Permalink
feat: add pox-4 signer-key to StackingClient methods
Browse files Browse the repository at this point in the history
  • Loading branch information
janniks committed Jan 4, 2024
1 parent d0a1a32 commit f09ba06
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 26 deletions.
3 changes: 3 additions & 0 deletions packages/stacking/README.md
Expand Up @@ -93,6 +93,8 @@ const amountMicroStx = 100000000000n;
const privateKey = 'd48f215481c16cbe6426f8e557df9b78895661971d71735126545abddcd5377001';
// block height at which to stack
const burnBlockHeight = 2000;
// signer key hex
const signerKey = '03bae4a7...e2e2c6b7e';

// Refer to initialization section to create client instance
const stackingResults = await client.stack({
Expand All @@ -101,6 +103,7 @@ const stackingResults = await client.stack({
cycles,
privateKey,
burnBlockHeight,
signerKey,
});

// {
Expand Down

0 comments on commit f09ba06

Please sign in to comment.