mirror of
https://github.com/d0zingcat/solana-agent-kit.git
synced 2026-05-29 15:11:14 +00:00
fix
This commit is contained in:
@@ -23,6 +23,23 @@ export interface MintCollectionNFTResponse {
|
||||
metadata: PublicKey;
|
||||
}
|
||||
|
||||
export interface PumpFunTokenOptions {
|
||||
twitter?: string;
|
||||
telegram?: string;
|
||||
website?: string;
|
||||
initialLiquiditySOL?: number;
|
||||
slippageBps?: number;
|
||||
priorityFee?: number;
|
||||
}
|
||||
|
||||
export interface PumpfunLaunchResponse {
|
||||
signature: string;
|
||||
mint: string;
|
||||
metadataUri?: string;
|
||||
error?: string;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Lulo Account Details response format
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user