com.scalar.dl.rpc.LedgerValidationResponseOrBuilder 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 LedgerValidationResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:rpc.LedgerValidationResponse)
com.google.protobuf.MessageOrBuilder {
/**
* uint32 status_code = 1;
* @return The statusCode.
*/
int getStatusCode();
/**
*
* a proof given from the ledger server
*
*
* .rpc.AssetProof proof = 2;
* @return Whether the proof field is set.
*/
boolean hasProof();
/**
*
* a proof given from the ledger server
*
*
* .rpc.AssetProof proof = 2;
* @return The proof.
*/
com.scalar.dl.rpc.AssetProof getProof();
/**
*
* a proof given from the ledger server
*
*
* .rpc.AssetProof proof = 2;
*/
com.scalar.dl.rpc.AssetProofOrBuilder getProofOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy