Import
Usage
Parameters
number
required
New threshold
Returns
CalldataInput
Call to change the threshold
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Change an account’s signer threshold (passkey)
import { changeThreshold } from '@rhinestone/sdk/actions/passkeys'
const transaction = await account.prepareTransaction({
chain,
calls: [changeThreshold(newThreshold)],
})
Was this page helpful?