Executes any StarkNet contract method. Handles all contract interactions not covered by specific hooks.
encryptKey
(string): User’s decryption PINwallet
(WalletData): Wallet credentialscontractAddress
(string): Target contract addressentrypoint
(string): Contract method namecalldata
(any[]): Arguments for the contract methodbearerToken
(string): Bearer token for authenticationcallAsync
: Function to trigger contract callcallData
: Transaction hash of the callisLoading
: Boolean indicating if the operation is in progresserror
: Any error that occurred during the process