Passed
Pull Request — master (#3)
by Timothy
11:06 queued 05:35
created

SeekNewest   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 6
Duplicated Lines 0 %

Importance

Changes 1
Bugs 1 Features 1
Metric Value
c 1
b 1
f 1
dl 0
loc 6
rs 10
wmc 1
1
<?php
2
# Generated by the protocol buffer compiler.  DO NOT EDIT!
3
# source: orderer/ab.proto
4
5
namespace Hyperledger\Fabric\Protos\Orderer;
6
7
use Google\Protobuf\Internal\GPBType;
8
use Google\Protobuf\Internal\RepeatedField;
9
use Google\Protobuf\Internal\GPBUtil;
10
11
/**
12
 * Generated from protobuf message <code>orderer.SeekNewest</code>
13
 */
14
class SeekNewest extends \Google\Protobuf\Internal\Message
15
{
16
17
    public function __construct() {
18
        \GPBMetadata\Orderer\Ab::initOnce();
19
        parent::__construct();
20
    }
21
22
}
23
24