Hierarchy

  • PauseEvent_base
    • PauseEvent

Constructors

  • Parameters

    • value: {
          isPaused: any;
      }
      • isPaused: any

    Returns PauseEvent

Properties

isPaused: any
_isStruct
empty: (() => {
    isPaused: any;
})
fromFields: ((fields: any[]) => {
    isPaused: any;
})
fromJSON: ((x: {
    isPaused: boolean;
}) => {
    isPaused: any;
})
fromValue: ((value: {
    isPaused: any;
}) => {
    isPaused: any;
})
toInput: ((x: {
    isPaused: any;
}) => {
    fields?: any[];
    packed?: [any, number][];
})
toJSON: ((x: {
    isPaused: any;
}) => {
    isPaused: boolean;
})