Interface WalletsModal

Hierarchy

  • WalletsModal

Properties

close: (() => void)

Type declaration

    • (): void
    • Close the modal.

      Returns void

onStateChange: ((callback: ((state: WalletsModalState) => void)) => (() => void))

Type declaration

open: (() => void)

Type declaration

    • (): void
    • Open the modal.

      Returns void

Current modal window state.

Generated using TypeDoc