mirror of
https://github.com/d0zingcat/solana-agent-kit.git
synced 2026-05-23 07:36:44 +00:00
feat: created tiplink for Sol and spl tokens
This commit is contained in:
@@ -35,6 +35,7 @@ import {
|
||||
getOwnedAllDomains,
|
||||
resolveAllDomains,
|
||||
create_gibwork_task,
|
||||
create_TipLink,
|
||||
} from "../tools";
|
||||
import {
|
||||
CollectionDeployment,
|
||||
@@ -337,4 +338,7 @@ export class SolanaAgentKit {
|
||||
payer ? new PublicKey(payer) : undefined,
|
||||
);
|
||||
}
|
||||
async createTiplink(amount: number , splmintAddress?:PublicKey){
|
||||
return create_TipLink(this,amount,splmintAddress)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user