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

    Type Alias StreamGetBlockResponse

    StreamGetBlockResponse: Message<"yeying.api.asset.StreamGetBlockResponse"> & {
        data:
            | { case: "head"; value: StreamGetBlockResponseHead }
            | { case: "body"; value: StreamGetBlockResponseBody }
            | { case: "tail"; value: StreamGetBlockResponseTail }
            | { case: undefined; value?: undefined };
    }

    Type declaration

    from message yeying.api.asset.StreamGetBlockResponse