|
@ -294,6 +294,8 @@ const stackingStatus = await client.getStatus(); |
|
|
// otherwise an error will be thrown |
|
|
// otherwise an error will be thrown |
|
|
// stackingStatus: |
|
|
// stackingStatus: |
|
|
// { |
|
|
// { |
|
|
|
|
|
// stacked: true, |
|
|
|
|
|
// details: { |
|
|
// amount_microstx: '80000000000000', |
|
|
// amount_microstx: '80000000000000', |
|
|
// first_reward_cycle: 18, |
|
|
// first_reward_cycle: 18, |
|
|
// lock_period: 10, |
|
|
// lock_period: 10, |
|
@ -302,6 +304,7 @@ const stackingStatus = await client.getStatus(); |
|
|
// hashbytes: '05cf52a44bf3e6829b4f8c221cc675355bf83b7d' |
|
|
// hashbytes: '05cf52a44bf3e6829b4f8c221cc675355bf83b7d' |
|
|
// } |
|
|
// } |
|
|
// } |
|
|
// } |
|
|
|
|
|
// } |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
-> Note that the `pox_address` property is the PoX contract's internal representation of the reward BTC address. |
|
|
-> Note that the `pox_address` property is the PoX contract's internal representation of the reward BTC address. |
|
|