UNPKG

@bit-gpt/h402

Version:

BitGPT's 402 open protocol for blockchain-native payments

7 lines 377 B
import { address } from "@solana/kit"; /** * Get the associated token address for a given mint and owner * This function derives the ATA using the standard Solana approach */ export declare function getAssociatedTokenAddress(mint: ReturnType<typeof address>, owner: ReturnType<typeof address>): Promise<ReturnType<typeof address>>; //# sourceMappingURL=tokenAddress.d.ts.map