- Preparing search index...
 
- The search index is not available
 
Stacks.js 
 
Function nextVerification
 
- nextVerification(initialSigHash: string, authType: AuthType, fee: IntegerType, nonce: IntegerType, pubKeyEncoding: PubKeyEncoding, signature: MessageSignature): { 
    nextSigHash: string; 
    pubKey: StacksPublicKey; 
} 
- 
Parameters
- 
initialSigHash: string
 
- 
 
- 
fee: IntegerType
 
- 
nonce: IntegerType
 
- 
 
- 
 
 
Returns { 
    nextSigHash: string; 
    pubKey: StacksPublicKey; 
}