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

io.provenance.metadata.v1.MsgP8eMemorializeContractRequestOrBuilder 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 MsgP8eMemorializeContractRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:provenance.metadata.v1.MsgP8eMemorializeContractRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The scope id of the object being add or modified on blockchain.
   * 
* * string scope_id = 1; */ java.lang.String getScopeId(); /** *
   * The scope id of the object being add or modified on blockchain.
   * 
* * string scope_id = 1; */ com.google.protobuf.ByteString getScopeIdBytes(); /** *
   * The uuid of the contract execution.
   * 
* * string group_id = 2; */ java.lang.String getGroupId(); /** *
   * The uuid of the contract execution.
   * 
* * string group_id = 2; */ com.google.protobuf.ByteString getGroupIdBytes(); /** *
   * The scope specification id.
   * 
* * string scope_specification_id = 3; */ java.lang.String getScopeSpecificationId(); /** *
   * The scope specification id.
   * 
* * string scope_specification_id = 3; */ com.google.protobuf.ByteString getScopeSpecificationIdBytes(); /** *
   * The new recitals for the scope.  Used in leu of Contract for direct ownership changes.
   * 
* * .provenance.metadata.v1.p8e.Recitals recitals = 4; */ boolean hasRecitals(); /** *
   * The new recitals for the scope.  Used in leu of Contract for direct ownership changes.
   * 
* * .provenance.metadata.v1.p8e.Recitals recitals = 4; */ io.provenance.metadata.v1.p8e.Recitals getRecitals(); /** *
   * The new recitals for the scope.  Used in leu of Contract for direct ownership changes.
   * 
* * .provenance.metadata.v1.p8e.Recitals recitals = 4; */ io.provenance.metadata.v1.p8e.RecitalsOrBuilder getRecitalsOrBuilder(); /** *
   * The executed contract.
   * 
* * .provenance.metadata.v1.p8e.Contract contract = 5; */ boolean hasContract(); /** *
   * The executed contract.
   * 
* * .provenance.metadata.v1.p8e.Contract contract = 5; */ io.provenance.metadata.v1.p8e.Contract getContract(); /** *
   * The executed contract.
   * 
* * .provenance.metadata.v1.p8e.Contract contract = 5; */ io.provenance.metadata.v1.p8e.ContractOrBuilder getContractOrBuilder(); /** *
   * The contract signatures
   * 
* * .provenance.metadata.v1.p8e.SignatureSet signatures = 6; */ boolean hasSignatures(); /** *
   * The contract signatures
   * 
* * .provenance.metadata.v1.p8e.SignatureSet signatures = 6; */ io.provenance.metadata.v1.p8e.SignatureSet getSignatures(); /** *
   * The contract signatures
   * 
* * .provenance.metadata.v1.p8e.SignatureSet signatures = 6; */ io.provenance.metadata.v1.p8e.SignatureSetOrBuilder getSignaturesOrBuilder(); /** *
   * The bech32 address of the notary (ie the broadcaster of this message).
   * 
* * string invoker = 7; */ java.lang.String getInvoker(); /** *
   * The bech32 address of the notary (ie the broadcaster of this message).
   * 
* * string invoker = 7; */ com.google.protobuf.ByteString getInvokerBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy