ts: Remove unused imports (#3331)
This commit is contained in:
parent
c25bd7b7eb
commit
fe4fcded34
|
@ -5,12 +5,10 @@ import { splitArgsAndCtx } from "../context.js";
|
|||
import { TransactionFn } from "./transaction.js";
|
||||
import { EventParser, Event } from "../event.js";
|
||||
import { Coder } from "../../coder/index.js";
|
||||
import { Idl, IdlEvent, IdlTypeDef } from "../../idl.js";
|
||||
import { Idl } from "../../idl.js";
|
||||
import { translateError } from "../../error.js";
|
||||
import {
|
||||
AllEvents,
|
||||
AllInstructions,
|
||||
IdlTypes,
|
||||
InstructionContextFn,
|
||||
MakeInstructionsNamespace,
|
||||
} from "./types";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import { Transaction } from "@solana/web3.js";
|
||||
import { Idl, IdlInstruction } from "../../idl.js";
|
||||
import { Idl } from "../../idl.js";
|
||||
import { splitArgsAndCtx } from "../context.js";
|
||||
import { InstructionFn } from "./instruction.js";
|
||||
import {
|
||||
|
|
Loading…
Reference in New Issue