Removed in V1.
getWallet(...) no longer exists in the Node SDK. Use one of the following instead:fetchWalletMetadata(accountAddress)— returns identity-onlyWalletMetadatain the shape every SDK operation takes as input. This is the recommended lookup for identity metadata, but it does not includeexternalServerKeySharesBackupInfooraddressType, so it is not a substitute for the fullwalletMetadatapersisted at creation.getWalletByAddress(accountAddress)— returns identity-onlyWalletProperties, ornullif the wallet is not found.externalServerKeySharesis always empty, andexternalServerKeySharesBackupInfoisundefinedon current backends, so it is not a recovery path for signing or exporting.
walletMetadata returned from createWalletAccount() at creation time rather than re-fetching it. See the V1 migration guide.Related Functions
getEvmWallets()- Get all EVM walletsfetchWalletMetadata()- Fetch identity metadata for a specific wallet