@yeying-community/yeying-client-ts
    Preparing search index...

    Type Alias StreamGetBlockRequest

    StreamGetBlockRequest: Message<"yeying.api.asset.StreamGetBlockRequest"> & {
        data:
            | { case: "head"; value: StreamGetBlockRequestHead }
            | { case: "body"; value: StreamGetBlockRequestBody }
            | { case: undefined; value?: undefined };
    }

    Type declaration

    from message yeying.api.asset.StreamGetBlockRequest