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

    Interface NotificationState

    interface NotificationState {
        message: string;
        txHash: string;
        severity: Severity;
        handleClose: () => void;
        isOpen: boolean;
    }
    Index

    Properties

    message: string
    txHash: string
    severity: Severity
    handleClose: () => void
    isOpen: boolean