@sentio/sdk
    Preparing search index...

    Variable ProcessStreamResponse_Partitions_PartitionsEntry

    ProcessStreamResponse_Partitions_PartitionsEntry: {
        create(
            base?: {
                key?: number;
                value?: {
                    sysValue?: ProcessStreamResponse_Partitions_Partition_SysValue;
                    userValue?: string;
                };
            },
        ): ProcessStreamResponse_Partitions_PartitionsEntry;
        decode(
            input: Uint8Array<ArrayBufferLike> | Reader,
            length?: number,
        ): ProcessStreamResponse_Partitions_PartitionsEntry;
        encode(
            message: ProcessStreamResponse_Partitions_PartitionsEntry,
            writer?: Writer,
        ): Writer;
        fromJSON(object: any): ProcessStreamResponse_Partitions_PartitionsEntry;
        fromPartial(
            object: {
                key?: number;
                value?: {
                    sysValue?: ProcessStreamResponse_Partitions_Partition_SysValue;
                    userValue?: string;
                };
            },
        ): ProcessStreamResponse_Partitions_PartitionsEntry;
        toJSON(message: ProcessStreamResponse_Partitions_PartitionsEntry): unknown;
    }

    Type Declaration