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

contract_asset_operation.contract_burn.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.docker";
option csharp_namespace = "WavesEnterprise";
option go_package = "wavesenterprise.com/weproto";

import "google/protobuf/wrappers.proto";

message ContractBurn {
  google.protobuf.StringValue asset_id = 1;
  int64 amount = 2;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy