Skip to content

IBCWrapperFactory

Qamsari edited this page Jul 25, 2021 · 1 revision

This interface extend IBCWrapper interface.

export default interface IBCWrapperFactory extends IBCWrapper {
  all: Array<IBCWrapper>;
  global: IBCWrapper;
}

Properties

  • all
    represent all instance of BasisCore object that created

  • global
    represent global or default BasisCore object that created indirectly

Clone this wiki locally