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 L1 Bitcoin address derived from identity key for tokens.
async getTokenL1Address(): Promise<string>
const l1Address = await wallet.getTokenL1Address(); console.log("Token L1 address:", l1Address);