Skip to content

Commit 89da426

Browse files
committed
comment out unused AkashMessage interface
1 parent 608ed2e commit 89da426

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/plugin-akash/src/actions/estimateGas.ts

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { validateAkashConfig } from "../environment";
88
import { AkashError, AkashErrorCode } from "../error/error";
99
import { encodingForModel } from "js-tiktoken";
1010

11+
/*
1112
interface AkashMessage {
1213
typeUrl: string;
1314
value: {
@@ -18,6 +19,7 @@ interface AkashMessage {
1819
[key: string]: unknown;
1920
};
2021
}
22+
*/
2123

2224
interface EstimateGasContent extends Content {
2325
text: string;

0 commit comments

Comments
 (0)