You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You will use the JSON when calling Stacking transactions from your pool operator address as outlined above. Remember that this may be different than your signer address.
Copy file name to clipboardExpand all lines: guides-and-tutorials/stack-stx/stacking-flow.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -292,7 +292,7 @@ You may want to review this contract to familiarize yourself with it.
292
292
1.`signer-key`: the public key that corresponds to the `stacks_private_key` your signer is using
293
293
2.`signer-signature`: a signature that demonstrates that you actually controls your `signer-key`. Because signer keys need to be unique, this is also a safety check to ensure that other Stackers can’t use someone else’s public key
294
294
3.`max-amount`: The maximum amount of ustx (1 stx = 1,000,000 ustx) that can be locked in the transaction that uses this signature. For example, if calling `stack-increase`, then this parameter dictates the maximum amount of ustx that can be used to add more locked STX
295
-
4.`auth-id`: a random integer that prevents re-use of a particular signature, similar to how nonces are used with transactions
295
+
4.`auth-id`: a random integer that prevents re-use of a particular signature, similar to how nonces are used with transactions. Must be less than 10 characters
296
296
297
297
Signer signatures are signatures created using a particular signer key. They demonstrate that the controller of that signer key is allowing a Stacker to use their signing key. The signer signature’s message hash is created using the following data:
You will use the JSON when calling Stacking transactions from your pool operator address as outlined above. Remember that this may be different than your signer address.
0 commit comments