INPUT_OBJECT
MosaicMonitorInfoInput
Description
Represents the monitor input for protection.
link GraphQL Schema definition
- input MosaicMonitorInfoInput {
- # Frequency of monitor.
- : Int
- # Frequency unit of monitor.
- : RetentionUnit
- # Specifies whether to enable monitor.
- : Boolean
- }