feat:added spl token support to priority fee transaction

This commit is contained in:
shivaji43
2025-01-10 17:36:48 +05:30
parent be3f158aaa
commit 71bfbc6bd8
3 changed files with 153 additions and 63 deletions

View File

@@ -239,11 +239,6 @@ export interface FlashCloseTradeParams {
side: "long" | "short";
}
export interface PriorityFeeTransaction {
transactionId: string;
fee: number;
}
export interface HeliusWebhookResponse {
webhookURL: string;
webhookID: string;