Documentation
    Preparing search index...

    Interface StandardEventsListeners

    Types of event listeners of the StandardEventsFeature.

    interface StandardEventsListeners {
        change(properties: StandardEventsChangeProperties): void;
    }
    Index

    Methods

    Methods

    • Listener that will be called when properties of the "@wallet-standard/base".Wallet have changed.

      Parameters

      Returns void