UNPKG

@orca-so/wavebreak

Version:

The wavebreak JS client for interacting with the wavebreak program.

3 lines (2 loc) 194 B
import { Address, ProgramDerivedAddress } from '@solana/kit'; export declare function getMintConfigAddress(quoteMint: Address, instructionDiscriminator: number): Promise<ProgramDerivedAddress>;