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

org.hyperledger.fabric.protos.common.SignatureHeaderOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.3.3
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy