|
@@ -12,7 +12,6 @@ import {
|
|
InstructionContextFn,
|
|
InstructionContextFn,
|
|
MakeInstructionsNamespace,
|
|
MakeInstructionsNamespace,
|
|
} from "./types";
|
|
} from "./types";
|
|
-import { Event } from "../event";
|
|
|
|
|
|
|
|
export default class SimulateFactory {
|
|
export default class SimulateFactory {
|
|
public static build<IDL extends Idl, I extends AllInstructions<IDL>>(
|
|
public static build<IDL extends Idl, I extends AllInstructions<IDL>>(
|