All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rprise.we-transaction-protobuf.1.11-1.16.0-RC1.source-code.role.proto Maven / Gradle / Ivy

There is a newer version: 1.12-1.16.0
Show newest version
syntax = "proto3";
package wavesenterprise;

option java_multiple_files = true;
option java_package = "com.wavesenterprise.transaction.protobuf";
option csharp_namespace = "WavesEnterprise";
option go_package = "wavesenterprise.com/weproto";

/* Possible values:
 * Miner = 1
 * Issuer = 2
 * Dexer = 3
 * Permissioner = 4
 * Blacklister = 5
 * Banned = 6
 * ContractDeveloper = 7
 * ConnectionManager = 8
 * Sender = 9
 * ContractValidator = 10 */
message Role {
    int32 id = 1;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy