Sha256: d1b17f6618a9fd96f0de4dbae0b00c818b05e01949702fd3e611e9d3da460d5f

Contents?: true

Size: 300 Bytes

Versions: 2

Compression:

Stored size: 300 Bytes

Contents

// Copyright (c) The Libra Core Contributors
// SPDX-License-Identifier: Apache-2.0

syntax = "proto3";

package types;

import "validator_public_keys.proto";

// Protobuf definition for the Rust struct ValidatorSet.
message ValidatorSet {
  repeated ValidatorPublicKeys validator_public_keys = 1;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
libra_client-0.2.1 protos/validator_set.proto
libra_client-0.1.7 protos/validator_set.proto