Usage
Parameters
encryptKey(string): A user-defined code or password used to encrypt the wallet’s private key.externalUserId(string): Your application’s unique identifier for the userchain(string): The blockchain network for the wallet. Currently only"STARKNET"is supported.bearerToken(string): Bearer token for authentication
Return Value
Returns a Promise that resolves to an object containing:wallet: Object withpublicKeyandencryptedPrivateKeytxHash: Transaction hash of the wallet deployment
