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

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

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

package io.provenance.metadata.v1;

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

  /**
   * 
   * MetadataAddress for the contract specification to add.
   * 
* * bytes contract_specification_id = 1 [(.gogoproto.nullable) = false, (.gogoproto.customtype) = "MetadataAddress", (.gogoproto.moretags) = "yaml:\"specification_id\""]; */ com.google.protobuf.ByteString getContractSpecificationId(); /** *
   * MetadataAddress for the scope specification to add contract specification to.
   * 
* * bytes scope_specification_id = 2 [(.gogoproto.nullable) = false, (.gogoproto.customtype) = "MetadataAddress", (.gogoproto.moretags) = "yaml:\"specification_id\""]; */ com.google.protobuf.ByteString getScopeSpecificationId(); /** * repeated string signers = 3; */ java.util.List getSignersList(); /** * repeated string signers = 3; */ int getSignersCount(); /** * repeated string signers = 3; */ java.lang.String getSigners(int index); /** * repeated string signers = 3; */ com.google.protobuf.ByteString getSignersBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy