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

com.scalar.dl.rpc.AssetProofOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: scalar.proto

// Protobuf Java Version: 3.25.5
package com.scalar.dl.rpc;

public interface AssetProofOrBuilder extends
    // @@protoc_insertion_point(interface_extends:rpc.AssetProof)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string asset_id = 1;
   * @return The assetId.
   */
  java.lang.String getAssetId();
  /**
   * string asset_id = 1;
   * @return The bytes for assetId.
   */
  com.google.protobuf.ByteString
      getAssetIdBytes();

  /**
   * uint32 age = 2;
   * @return The age.
   */
  int getAge();

  /**
   * string nonce = 3;
   * @return The nonce.
   */
  java.lang.String getNonce();
  /**
   * string nonce = 3;
   * @return The bytes for nonce.
   */
  com.google.protobuf.ByteString
      getNonceBytes();

  /**
   * string input = 4;
   * @return The input.
   */
  java.lang.String getInput();
  /**
   * string input = 4;
   * @return The bytes for input.
   */
  com.google.protobuf.ByteString
      getInputBytes();

  /**
   * bytes hash = 5;
   * @return The hash.
   */
  com.google.protobuf.ByteString getHash();

  /**
   * bytes prev_hash = 6;
   * @return The prevHash.
   */
  com.google.protobuf.ByteString getPrevHash();

  /**
   * bytes signature = 7;
   * @return The signature.
   */
  com.google.protobuf.ByteString getSignature();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy