- Preparing search index...
 
- The search index is not available
 
Stacks.js 
 
- nextSignature(curSigHash: string, authType: AuthType, fee: IntegerType, nonce: IntegerType, privateKey: StacksPrivateKey): { 
    nextSig: MessageSignature; 
    nextSigHash: string; 
} 
- 
Parameters
- 
curSigHash: string
 
- 
 
- 
fee: IntegerType
 
- 
nonce: IntegerType
 
- 
 
 
Returns { 
    nextSig: MessageSignature; 
    nextSigHash: string; 
}