createAccountWithAddress
BaseError
(and thus implement error.walk
)
TurnkeyConsensusNeededError
wraps consensus-related errorsTurnkeyActivityError
wraps base Turnkey errorsserializeSignature
serializes a raw signatureisTurnkeyActivityConsensusNeededError
and isTurnkeyActivityError
use error.walk
to check the type of a Viem errorsignWith
getAddresses()
for LocalAccountcreateAccount
method and deprecates the existing createApiAccount
. createAccount
offers a superset of functionality and works with stampers (@turnkey/api-key-stamper
/ @turnkey/webauthn-stamper
) to integrate with API keys or passkeys.