Type declaration
create:function
- create<I>(base?): MaintainerState
Type Parameters
- I extends {
address?: Uint8Array;
chain?: string;
incorrectVotes?: {
trueCountCache?: {
cumulativeValue?: (string | number | Long)[];
index?: number;
maxSize?: number;
};
};
missingVotes?: {
trueCountCache?: {
cumulativeValue?: (string | number | Long)[];
index?: number;
maxSize?: number;
};
};
} & {
address?: Uint8Array;
chain?: string;
incorrectVotes?: {
trueCountCache?: {
cumulativeValue?: ((...) | (...) | (...))[];
index?: number;
maxSize?: number;
};
} & {
trueCountCache?: {
cumulativeValue?: (...)[];
index?: number;
maxSize?: number;
} & {
cumulativeValue?: (...) & (...) & (...);
index?: number;
maxSize?: number;
} & {
[K in string | number | symbol]: never
};
} & {
[K in string | number | symbol]: never
};
missingVotes?: {
trueCountCache?: {
cumulativeValue?: ((...) | (...) | (...))[];
index?: number;
maxSize?: number;
};
} & {
trueCountCache?: {
cumulativeValue?: (...)[];
index?: number;
maxSize?: number;
} & {
cumulativeValue?: (...) & (...) & (...);
index?: number;
maxSize?: number;
} & {
[K in string | number | symbol]: never
};
} & {
[K in string | number | symbol]: never
};
} & {
[K in string | number | symbol]: never
}
decode:function
- decode(input, length?): MaintainerState
Parameters
- input: Uint8Array | Reader
Optional
length: number
encode:function
- encode(message, writer?): Writer
Returns Writer
fromJSON:function
fromPartial:function
- fromPartial<I>(object): MaintainerState
Type Parameters
- I extends {
address?: Uint8Array;
chain?: string;
incorrectVotes?: {
trueCountCache?: {
cumulativeValue?: (string | number | Long)[];
index?: number;
maxSize?: number;
};
};
missingVotes?: {
trueCountCache?: {
cumulativeValue?: (string | number | Long)[];
index?: number;
maxSize?: number;
};
};
} & {
address?: Uint8Array;
chain?: string;
incorrectVotes?: {
trueCountCache?: {
cumulativeValue?: ((...) | (...) | (...))[];
index?: number;
maxSize?: number;
};
} & {
trueCountCache?: {
cumulativeValue?: (...)[];
index?: number;
maxSize?: number;
} & {
cumulativeValue?: (...) & (...) & (...);
index?: number;
maxSize?: number;
} & {
[K in string | number | symbol]: never
};
} & {
[K in string | number | symbol]: never
};
missingVotes?: {
trueCountCache?: {
cumulativeValue?: ((...) | (...) | (...))[];
index?: number;
maxSize?: number;
};
} & {
trueCountCache?: {
cumulativeValue?: (...)[];
index?: number;
maxSize?: number;
} & {
cumulativeValue?: (...) & (...) & (...);
index?: number;
maxSize?: number;
} & {
[K in string | number | symbol]: never
};
} & {
[K in string | number | symbol]: never
};
} & {
[K in string | number | symbol]: never
}
toJSON:function
- toJSON(message): unknown
Returns unknown