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

    Type Alias StreamGetBlockResponseJson

    from message yeying.api.asset.StreamGetBlockResponse

    type StreamGetBlockResponseJson = {
        body?: StreamGetBlockResponseBodyJson;
        head?: StreamGetBlockResponseHeadJson;
        tail?: StreamGetBlockResponseTailJson;
    }
    Index

    Properties

    Properties

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

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

    from field: yeying.api.asset.StreamGetBlockResponseTail tail = 4;