Function generateAssociatedTokenAccountAddress

  • Generates the associated token account address for a given owner.

    Returns

    • A Promise that resolves to the generated associated token account address.

    Parameters

    • owner: string

      The owner's address for which to generate the associated token account address.

    • solanaTokenConfig: BridgeTokenConfig

      The configuration for the Solana token.

    • connection: Connection

      The Solana connection object.

    Returns Promise<PublicKey>

Generated using TypeDoc