org.hyperledger.fabric.protos.common.SignatureHeaderOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fabric-protos Show documentation
Show all versions of fabric-protos Show documentation
PROTO library for fabric-protos
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: common/common.proto
package org.hyperledger.fabric.protos.common;
public interface SignatureHeaderOrBuilder extends
// @@protoc_insertion_point(interface_extends:common.SignatureHeader)
com.google.protobuf.MessageOrBuilder {
/**
*
* Creator of the message, a marshaled msp.SerializedIdentity
*
*
* bytes creator = 1 [json_name = "creator"];
* @return The creator.
*/
com.google.protobuf.ByteString getCreator();
/**
*
* 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();
}