Umi — API References - v1.3.0
    Preparing search index...

    Type Alias RpcDataSlice

    An object to request a slice of data starting at offset and ending at offset + length.

    type RpcDataSlice = {
        length: number;
        offset: number;
    }
    Index

    Properties

    Properties

    length: number
    offset: number