Skip to main content

getStarknetAccount

Retrieves a Starknet WalletAccount instance from a wallet account, allowing you to interact with the Starknet blockchain.

Usage

Parameters

Returns

Promise<{ account: WalletAccount }> - A promise that resolves to an object containing a WalletAccount instance from starknet.

Errors

React

Last modified on June 24, 2026