LogoRobo.js
Framework

SerialQueueItem

Interface: SerialQueueItem

Serial mode queue item.

Properties

PropertyTypeDescription
fn() => Promise<unknown>The transaction function to execute.
reject(error: Error) => voidReject callback for the queue promise.
resolve(value: unknown) => voidResolve callback for the queue promise.

On this page