@sentio/sdk
    Preparing search index...

    Variable ProcessStreamResponse_Partitions_Partition

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

    Type Declaration