@evefrontier/dapp-kit - v0.0.1
    Preparing search index...

    Interface NotificationContextType

    interface NotificationContextType {
        notify: (
            notification: { type: Severity; txHash?: string; message?: string },
        ) => void;
        notification: NotificationState;
        handleClose: () => void;
    }
    Index

    Properties

    notify: (
        notification: { type: Severity; txHash?: string; message?: string },
    ) => void
    notification: NotificationState
    handleClose: () => void