Browse Source

feat: update stacking lib guide

feat/mainnet-updates
Ken 4 years ago
committed by Ken Liao
parent
commit
1dd13d8aab
  1. 15
      src/pages/understand-stacks/integrate-stacking.md

15
src/pages/understand-stacks/integrate-stacking.md

@ -294,12 +294,15 @@ const stackingStatus = await client.getStatus();
// otherwise an error will be thrown
// stackingStatus:
// {
// amount_microstx: '80000000000000',
// first_reward_cycle: 18,
// lock_period: 10,
// pox_address: {
// version: '00',
// hashbytes: '05cf52a44bf3e6829b4f8c221cc675355bf83b7d'
// stacked: true,
// details: {
// amount_microstx: '80000000000000',
// first_reward_cycle: 18,
// lock_period: 10,
// pox_address: {
// version: '00',
// hashbytes: '05cf52a44bf3e6829b4f8c221cc675355bf83b7d'
// }
// }
// }
```

Loading…
Cancel
Save