File tree 2 files changed +9
-9
lines changed
packages/plugin-solana/src/actions
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
import { generateImage , elizaLogger } from "@elizaos/core" ;
2
- import { Connection , Keypair , PublicKey } from "@solana/web3.js" ;
2
+ import { Connection , Keypair , type PublicKey } from "@solana/web3.js" ;
3
3
import { VersionedTransaction } from "@solana/web3.js" ;
4
- import { Fomo , PurchaseCurrency } from "fomo-sdk-solana" ;
4
+ import { Fomo , type PurchaseCurrency } from "fomo-sdk-solana" ;
5
5
import { getAssociatedTokenAddressSync } from "@solana/spl-token" ;
6
6
import bs58 from "bs58" ;
7
7
import {
@@ -12,7 +12,7 @@ import {
12
12
type IAgentRuntime ,
13
13
type Memory ,
14
14
ModelClass ,
15
- State ,
15
+ type State ,
16
16
generateObject ,
17
17
composeContext ,
18
18
type Action ,
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ import {
7
7
VersionedTransaction ,
8
8
} from "@solana/web3.js" ;
9
9
import {
10
- ActionExample ,
11
- Content ,
12
- HandlerCallback ,
13
- IAgentRuntime ,
14
- Memory ,
10
+ type ActionExample ,
11
+ type Content ,
12
+ type HandlerCallback ,
13
+ type IAgentRuntime ,
14
+ type Memory ,
15
15
ModelClass ,
16
- State ,
16
+ type State ,
17
17
type Action ,
18
18
} from "@elizaos/core" ;
19
19
import { composeContext } from "@elizaos/core" ;
You can’t perform that action at this time.
0 commit comments