@evefrontier/dapp-kit - v0.0.1
Preparing search index...
NotificationContextType
Interface NotificationContextType
interface
NotificationContextType
{
notify
:
(
notification
:
{
type
:
Severity
;
txHash
?:
string
;
message
?:
string
}
,
)
=>
void
;
notification
:
NotificationState
;
handleClose
:
()
=>
void
;
}
Index
Properties
notify
notification
handle
Close
Properties
notify
notify
:
(
notification
:
{
type
:
Severity
;
txHash
?:
string
;
message
?:
string
}
,
)
=>
void
notification
notification
:
NotificationState
handle
Close
handleClose
:
()
=>
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
notify
notification
handle
Close
@evefrontier/dapp-kit - v0.0.1
Loading...