com.scalar.dl.rpc.ContractRegistrationRequestOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: scalar.proto
// Protobuf Java Version: 3.25.5
package com.scalar.dl.rpc;
public interface ContractRegistrationRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:rpc.ContractRegistrationRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string contract_id = 1;
* @return The contractId.
*/
java.lang.String getContractId();
/**
* string contract_id = 1;
* @return The bytes for contractId.
*/
com.google.protobuf.ByteString
getContractIdBytes();
/**
* string contract_binary_name = 2;
* @return The contractBinaryName.
*/
java.lang.String getContractBinaryName();
/**
* string contract_binary_name = 2;
* @return The bytes for contractBinaryName.
*/
com.google.protobuf.ByteString
getContractBinaryNameBytes();
/**
* bytes contract_byte_code = 3;
* @return The contractByteCode.
*/
com.google.protobuf.ByteString getContractByteCode();
/**
* string contract_properties = 4;
* @return The contractProperties.
*/
java.lang.String getContractProperties();
/**
* string contract_properties = 4;
* @return The bytes for contractProperties.
*/
com.google.protobuf.ByteString
getContractPropertiesBytes();
/**
* string entity_id = 5;
* @return The entityId.
*/
java.lang.String getEntityId();
/**
* string entity_id = 5;
* @return The bytes for entityId.
*/
com.google.protobuf.ByteString
getEntityIdBytes();
/**
* uint32 key_version = 6;
* @return The keyVersion.
*/
int getKeyVersion();
/**
* bytes signature = 7;
* @return The signature.
*/
com.google.protobuf.ByteString getSignature();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy