Reshares wallet with a new threshold signature scheme
chainName
(string
) - The chain name (e.g., ‘solana’)accountAddress
(string
) - The wallet address to reshareoldThresholdSignatureScheme
(ThresholdSignatureScheme
) - The current threshold signature schemenewThresholdSignatureScheme
(ThresholdSignatureScheme
) - The new threshold signature schemepassword
(string
) - Wallet password for securityPromise<any[]>
- Array of new key sharesTWO_OF_TWO
- Requires both server and Dynamic’s infrastructure to signTWO_OF_THREE
- Requires 2 out of 3 shares to signTHREE_OF_FIVE
- Requires 3 out of 5 shares to signrefreshWalletAccountShares()
- Refresh wallet account sharescreateWalletAccount()
- Create new wallet account