Type alias ApiAndId

ApiAndId: {
    api: ApiPromise;
    id: number;
}

Type declaration

  • api: ApiPromise
  • id: number

Generated using TypeDoc