Type alias ViewNamespace<IDL, I>

ViewNamespace<IDL, I>: MakeInstructionsNamespace<IDL, I, Promise<any>>

Type Parameters

  • IDL extends Idl = Idl
  • I extends AllInstructions<IDL> = AllInstructions<IDL>