Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get the issuer wallet’s Spark address for receiving payments.
SparkWallet
async getSparkAddress(): Promise<SparkAddressFormat>
const sparkAddress = await wallet.getSparkAddress(); console.log("Spark Address:", sparkAddress);