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

com.scalar.dl.rpc.ContractExecutionRequestOrBuilder 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 ContractExecutionRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:rpc.ContractExecutionRequest)
    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_argument = 2;
   * @return The contractArgument.
   */
  java.lang.String getContractArgument();
  /**
   * string contract_argument = 2;
   * @return The bytes for contractArgument.
   */
  com.google.protobuf.ByteString
      getContractArgumentBytes();

  /**
   * string entity_id = 3;
   * @return The entityId.
   */
  java.lang.String getEntityId();
  /**
   * string entity_id = 3;
   * @return The bytes for entityId.
   */
  com.google.protobuf.ByteString
      getEntityIdBytes();

  /**
   * uint32 key_version = 4;
   * @return The keyVersion.
   */
  int getKeyVersion();

  /**
   * string function_argument = 5;
   * @return The functionArgument.
   */
  java.lang.String getFunctionArgument();
  /**
   * string function_argument = 5;
   * @return The bytes for functionArgument.
   */
  com.google.protobuf.ByteString
      getFunctionArgumentBytes();

  /**
   * bytes signature = 6;
   * @return The signature.
   */
  com.google.protobuf.ByteString getSignature();

  /**
   * bytes auditor_signature = 7;
   * @return The auditorSignature.
   */
  com.google.protobuf.ByteString getAuditorSignature();

  /**
   * bool use_function_ids = 8;
   * @return The useFunctionIds.
   */
  boolean getUseFunctionIds();

  /**
   * repeated string function_ids = 9;
   * @return A list containing the functionIds.
   */
  java.util.List
      getFunctionIdsList();
  /**
   * repeated string function_ids = 9;
   * @return The count of functionIds.
   */
  int getFunctionIdsCount();
  /**
   * repeated string function_ids = 9;
   * @param index The index of the element to return.
   * @return The functionIds at the given index.
   */
  java.lang.String getFunctionIds(int index);
  /**
   * repeated string function_ids = 9;
   * @param index The index of the value to return.
   * @return The bytes of the functionIds at the given index.
   */
  com.google.protobuf.ByteString
      getFunctionIdsBytes(int index);

  /**
   * string nonce = 10;
   * @return The nonce.
   */
  java.lang.String getNonce();
  /**
   * string nonce = 10;
   * @return The bytes for nonce.
   */
  com.google.protobuf.ByteString
      getNonceBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy