Documentation
    Preparing search index...

    Interface WalletsModal

    interface WalletsModal {
        close: (reason?: WalletsModalCloseReason) => void;
        onStateChange: (callback: (state: WalletsModalState) => void) => () => void;
        open: () => void;
        state: WalletsModalState;
    }
    Index

    Properties

    close: (reason?: WalletsModalCloseReason) => void

    Close the modal.

    'action-cancelled'
    
    onStateChange: (callback: (state: WalletsModalState) => void) => () => void

    Subscribe to the modal window status changes.

    open: () => void

    Open the modal.

    Current modal window state.