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

genesis.genesis_register_node_transaction.proto Maven / Gradle / Ivy

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

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

message GenesisRegisterNodeTransaction {
  bytes id = 1;
  bytes target_public_key = 2;
  int64 fee = 4;
  int64 timestamp = 5;
  bytes signature = 6;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy