lint & format

This commit is contained in:
thrishank
2025-01-05 13:08:01 +05:30
parent fabcf636c4
commit 8d2d65904a
2 changed files with 4 additions and 3 deletions

View File

@@ -540,7 +540,8 @@ export class SolanaAgentKit {
size: number;
}> {
return closeEmptyTokenAccounts(this);
}
async fetchTokenReportSummary(mint: string): Promise<TokenCheck> {
return fetchTokenReportSummary(mint);
}

View File

@@ -44,9 +44,9 @@ export * from "./send_compressed_airdrop";
export * from "./stake_with_jup";
export * from "./stake_with_solayer";
export * from "./tensor_trade";
export * from "./close_empty_token_accounts";
export * from "./trade";
export * from "./transfer";
export * from "./withdraw_all";