@arkade-os/sdk Documentation - v0.4.0-next.8
    Preparing search index...

    Class WalletMessageHandler

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    messageTag: string

    A unique identifier for the updater. This is used to route messages to the correct updater.

    Methods

    • Called by the scheduler to perform a tick. Can be used by the updater to perform periodic tasks or return delayed responses (eg: subscriptions).

      Parameters

      • _now: number

      Returns Promise<WalletUpdaterResponse[]>