![JAR search and dependency download from the Maven repository](/logo.png)
io.provenance.metadata.v1.EventTxCompletedOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: provenance/metadata/v1/events.proto
package io.provenance.metadata.v1;
public interface EventTxCompletedOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.metadata.v1.EventTxCompleted)
com.google.protobuf.MessageOrBuilder {
/**
*
* module is the module the TX belongs to.
*
*
* string module = 1;
*/
java.lang.String getModule();
/**
*
* module is the module the TX belongs to.
*
*
* string module = 1;
*/
com.google.protobuf.ByteString
getModuleBytes();
/**
*
* endpoint is the rpc endpoint that was just completed.
*
*
* string endpoint = 2;
*/
java.lang.String getEndpoint();
/**
*
* endpoint is the rpc endpoint that was just completed.
*
*
* string endpoint = 2;
*/
com.google.protobuf.ByteString
getEndpointBytes();
/**
*
* signers are the bech32 address strings of the signers of this TX.
*
*
* repeated string signers = 3;
*/
java.util.List
getSignersList();
/**
*
* signers are the bech32 address strings of the signers of this TX.
*
*
* repeated string signers = 3;
*/
int getSignersCount();
/**
*
* signers are the bech32 address strings of the signers of this TX.
*
*
* repeated string signers = 3;
*/
java.lang.String getSigners(int index);
/**
*
* signers are the bech32 address strings of the signers of this TX.
*
*
* repeated string signers = 3;
*/
com.google.protobuf.ByteString
getSignersBytes(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy