io.provenance.metadata.v0.Tx Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: provenance/metadata/v0/tx.proto
package io.provenance.metadata.v0;
public final class Tx {
private Tx() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_tx_MsgMemorializeContractRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_tx_MsgMemorializeContractRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_tx_MemorializeContractResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_tx_MemorializeContractResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_tx_MsgChangeOwnershipRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_tx_MsgChangeOwnershipRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_tx_ChangeOwnershipResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_tx_ChangeOwnershipResponse_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\037provenance/metadata/v0/tx.proto\022\002tx\032\024g" +
"ogoproto/gogo.proto\032%provenance/metadata" +
"/v0/contract.proto\032\"provenance/metadata/" +
"v0/types.proto\"\330\001\n\035MsgMemorializeContrac" +
"tRequest\022\020\n\010scope_id\030\001 \001(\t\022\020\n\010group_id\030\002" +
" \001(\t\022\024\n\014execution_id\030\003 \001(\t\022*\n\010contract\030\004" +
" \001(\0132\022.contract.ContractB\004\310\336\037\000\022-\n\nsignat" +
"ures\030\005 \001(\0132\023.types.SignatureSetB\004\310\336\037\000\022\022\n" +
"\nScopeRefID\030\006 \001(\t\022\016\n\006notary\030\007 \001(\t\"\035\n\033Mem" +
"orializeContractResponse\"\354\001\n\031MsgChangeOw" +
"nershipRequest\022\020\n\010scope_id\030\001 \001(\t\022\020\n\010grou" +
"p_id\030\002 \001(\t\022\024\n\014execution_id\030\003 \001(\t\022*\n\010reci" +
"tals\030\004 \001(\0132\022.contract.RecitalsB\004\310\336\037\000\022*\n\010" +
"contract\030\005 \001(\0132\022.contract.ContractB\004\310\336\037\000" +
"\022-\n\nsignatures\030\006 \001(\0132\023.types.SignatureSe" +
"tB\004\310\336\037\000\022\016\n\006notary\030\007 \001(\t\"\031\n\027ChangeOwnersh" +
"ipResponse2\257\001\n\003Msg\022Y\n\023MemorializeContrac" +
"t\022!.tx.MsgMemorializeContractRequest\032\037.t" +
"x.MemorializeContractResponse\022M\n\017ChangeO" +
"wnership\022\035.tx.MsgChangeOwnershipRequest\032" +
"\033.tx.ChangeOwnershipResponseBY\n\031io.prove" +
"nance.metadata.v0P\001Z:github.com/provenan" +
"ce-io/provenance/x/metadata/legacy/v039b" +
"\006proto3"
};
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {
public com.google.protobuf.ExtensionRegistry assignDescriptors(
com.google.protobuf.Descriptors.FileDescriptor root) {
descriptor = root;
return null;
}
};
com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.google.protobuf.GoGoProtos.getDescriptor(),
io.provenance.metadata.v0.ContractOuterClass.getDescriptor(),
io.provenance.metadata.v0.Types.getDescriptor(),
}, assigner);
internal_static_tx_MsgMemorializeContractRequest_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_tx_MsgMemorializeContractRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_tx_MsgMemorializeContractRequest_descriptor,
new java.lang.String[] { "ScopeId", "GroupId", "ExecutionId", "Contract", "Signatures", "ScopeRefID", "Notary", });
internal_static_tx_MemorializeContractResponse_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_tx_MemorializeContractResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_tx_MemorializeContractResponse_descriptor,
new java.lang.String[] { });
internal_static_tx_MsgChangeOwnershipRequest_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_tx_MsgChangeOwnershipRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_tx_MsgChangeOwnershipRequest_descriptor,
new java.lang.String[] { "ScopeId", "GroupId", "ExecutionId", "Recitals", "Contract", "Signatures", "Notary", });
internal_static_tx_ChangeOwnershipResponse_descriptor =
getDescriptor().getMessageTypes().get(3);
internal_static_tx_ChangeOwnershipResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_tx_ChangeOwnershipResponse_descriptor,
new java.lang.String[] { });
com.google.protobuf.ExtensionRegistry registry =
com.google.protobuf.ExtensionRegistry.newInstance();
registry.add(com.google.protobuf.GoGoProtos.nullable);
com.google.protobuf.Descriptors.FileDescriptor
.internalUpdateFileDescriptor(descriptor, registry);
com.google.protobuf.GoGoProtos.getDescriptor();
io.provenance.metadata.v0.ContractOuterClass.getDescriptor();
io.provenance.metadata.v0.Types.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}