Functions
createWallet
Kotlin Function
Function
Factory function to create a Wallet instance. Used by sdk-wallets module to create wallets with transaction operations.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Kotlin Function
fun createWallet(address: String, type: WalletType, chain: Chain, owner: Owner?, config: WalletConfig, transactionOperations: TransactionOperations? = null, balanceOperations: BalanceOperations? = null, signer: Signer? = null, logger: Logger, signerManagementOperations: SignerManagementOperations? = null, nftOperations: NFTOperations? = null): Wallet
Was this page helpful?
