Skip to main content
Creates and initializes a new IssuerSparkWallet instance.

Method Signature

Parameters

Uint8Array | string
BIP-39 mnemonic phrase or raw seed
number
Number used to generate multiple identity keys from the same mnemonic
SparkSigner
Custom signer implementation for advanced use cases
ConfigOptions
Wallet configuration options including network selection

Returns

IssuerSparkWallet
required
The initialized IssuerSparkWallet instance
string
The mnemonic if one was generated (undefined for raw seed)

Example