Get the wallet’s Spark address for receiving payments.
SparkWallet
async getSparkAddress(): Promise<SparkAddressFormat>
const sparkAddress = await wallet.getSparkAddress(); console.log("Spark Address:", sparkAddress);