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

    Type Alias GetBlockResponseJson

    from message yeying.api.asset.GetBlockResponse

    type GetBlockResponseJson = {
        body?: GetBlockResponseBodyJson;
        data?: string;
        header?: MessageHeaderJson;
    }
    Index

    Properties

    Properties

    from field: yeying.api.asset.GetBlockResponseBody body = 2;

    data?: string

    from field: bytes data = 3;

    header?: MessageHeaderJson

    from field: yeying.api.common.MessageHeader header = 1;