Removed types in solayer

This commit is contained in:
0xCipherCoder
2025-01-11 14:42:51 +05:30
parent 48c81ac7e0
commit af85a502e0

View File

@@ -1,6 +0,0 @@
import { BaseToolResponse } from "../common/types";
export interface StakeResponse extends BaseToolResponse {
transaction?: string;
amount?: number;
}