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

    Type Alias StreamGetBlockRequestJson

    from message yeying.api.asset.StreamGetBlockRequest

    type StreamGetBlockRequestJson = {
        body?: StreamGetBlockRequestBodyJson;
        head?: StreamGetBlockRequestHeadJson;
    }
    Index

    Properties

    Properties

    from field: yeying.api.asset.StreamGetBlockRequestBody body = 3;

    from field: yeying.api.asset.StreamGetBlockRequestHead head = 2;