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

io.provenance.metadata.v1.ProcessOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: provenance/metadata/v1/scope.proto

package io.provenance.metadata.v1;

public interface ProcessOrBuilder extends
    // @@protoc_insertion_point(interface_extends:provenance.metadata.v1.Process)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * the address of a smart contract used for this process
   * 
* * string address = 1; */ java.lang.String getAddress(); /** *
   * the address of a smart contract used for this process
   * 
* * string address = 1; */ com.google.protobuf.ByteString getAddressBytes(); /** *
   * the hash of an off-chain process used
   * 
* * string hash = 2; */ java.lang.String getHash(); /** *
   * the hash of an off-chain process used
   * 
* * string hash = 2; */ com.google.protobuf.ByteString getHashBytes(); /** *
   * a name associated with the process (type_name, classname or smart contract common name)
   * 
* * string name = 3; */ java.lang.String getName(); /** *
   * a name associated with the process (type_name, classname or smart contract common name)
   * 
* * string name = 3; */ com.google.protobuf.ByteString getNameBytes(); /** *
   * method is a name or reference to a specific operation (method) within a class/contract that was invoked
   * 
* * string method = 4; */ java.lang.String getMethod(); /** *
   * method is a name or reference to a specific operation (method) within a class/contract that was invoked
   * 
* * string method = 4; */ com.google.protobuf.ByteString getMethodBytes(); public io.provenance.metadata.v1.Process.ProcessIdCase getProcessIdCase(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy