Staticempty
empty: (() => {
isPaused: any;
})
StaticfromFields
fromFields: ((fields: any[]) => {
isPaused: any;
})
StaticfromJSON
fromJSON: ((x: {
isPaused: boolean;
}) => {
isPaused: any;
})
StaticfromValue
fromValue: ((value: {
isPaused: any;
}) => {
isPaused: any;
})
StatictoInput
toInput: ((x: {
isPaused: any;
}) => {
fields?: any[];
packed?: [any, number][];
})
StatictoJSON
toJSON: ((x: {
isPaused: any;
}) => {
isPaused: boolean;
})