We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608ed2e commit 89da426Copy full SHA for 89da426
packages/plugin-akash/src/actions/estimateGas.ts
@@ -8,6 +8,7 @@ import { validateAkashConfig } from "../environment";
8
import { AkashError, AkashErrorCode } from "../error/error";
9
import { encodingForModel } from "js-tiktoken";
10
11
+/*
12
interface AkashMessage {
13
typeUrl: string;
14
value: {
@@ -18,6 +19,7 @@ interface AkashMessage {
18
19
[key: string]: unknown;
20
};
21
}
22
+*/
23
24
interface EstimateGasContent extends Content {
25
text: string;
0 commit comments