contract_asset_operation.contract_reissue.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.docker";
option csharp_namespace = "WavesEnterprise";
option go_package = "wavesenterprise.com/weproto";
message ContractReissue {
string asset_id = 1;
int64 quantity = 2;
bool is_reissuable = 3;
}