org.hyperledger.fabric.protos.common.IdentifierHeaderOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: common/common.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.common;
public interface IdentifierHeaderOrBuilder extends
// @@protoc_insertion_point(interface_extends:common.IdentifierHeader)
com.google.protobuf.MessageOrBuilder {
/**
*
* A unique identifier that represents the creator of the message
*
*
* uint32 identifier = 1 [json_name = "identifier"];
* @return The identifier.
*/
int getIdentifier();
/**
*
* Arbitrary number that may only be used once. Can be used to detect replay attacks.
*
*
* bytes nonce = 2 [json_name = "nonce"];
* @return The nonce.
*/
com.google.protobuf.ByteString getNonce();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy