rprise.we-transaction-protobuf.1.11-1.16.0-RC1.source-code.confidential_output.proto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of we-transaction-protobuf Show documentation
Show all versions of we-transaction-protobuf Show documentation
Library for Waves Enterprise blockchain platform
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";
import "data_entry.proto";
message ConfidentialOutput {
bytes commitment_hash = 1;
string tx_id = 2;
string contract_id = 3;
bytes commitment_key = 4;
repeated DataEntry entries = 5;
}