Flow.Net
Show / Hide Table of Contents

Class GetLatestBlockRequest

Inheritance
Object
GetLatestBlockRequest
Implements
Google.Protobuf.IMessage<GetLatestBlockRequest>
IEquatable<GetLatestBlockRequest>
Google.Protobuf.IDeepCloneable<GetLatestBlockRequest>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Namespace: Flow.Net.Sdk.Protos.access
Assembly: Flow.Net.Sdk.Client.Grpc.dll
Syntax
public sealed class GetLatestBlockRequest : IMessage<GetLatestBlockRequest>, IEquatable<GetLatestBlockRequest>, IDeepCloneable<GetLatestBlockRequest>, IBufferMessage, IMessage

Constructors

| Improve this Doc View Source

GetLatestBlockRequest()

Declaration
public GetLatestBlockRequest()
| Improve this Doc View Source

GetLatestBlockRequest(GetLatestBlockRequest)

Declaration
public GetLatestBlockRequest(GetLatestBlockRequest other)
Parameters
Type Name Description
GetLatestBlockRequest other

Fields

| Improve this Doc View Source

FullBlockResponseFieldNumber

Field number for the "full_block_response" field.

Declaration
public const int FullBlockResponseFieldNumber = 2
Field Value
Type Description
Int32
| Improve this Doc View Source

IsSealedFieldNumber

Field number for the "is_sealed" field.

Declaration
public const int IsSealedFieldNumber = 1
Field Value
Type Description
Int32

Properties

| Improve this Doc View Source

Descriptor

Declaration
public static MessageDescriptor Descriptor { get; }
Property Value
Type Description
Google.Protobuf.Reflection.MessageDescriptor
| Improve this Doc View Source

FullBlockResponse

Declaration
public bool FullBlockResponse { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

IsSealed

Declaration
public bool IsSealed { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

Parser

Declaration
public static MessageParser<GetLatestBlockRequest> Parser { get; }
Property Value
Type Description
Google.Protobuf.MessageParser<GetLatestBlockRequest>

Methods

| Improve this Doc View Source

CalculateSize()

Declaration
public int CalculateSize()
Returns
Type Description
Int32
| Improve this Doc View Source

Clone()

Declaration
public GetLatestBlockRequest Clone()
Returns
Type Description
GetLatestBlockRequest
| Improve this Doc View Source

Equals(GetLatestBlockRequest)

Declaration
public bool Equals(GetLatestBlockRequest other)
Parameters
Type Name Description
GetLatestBlockRequest other
Returns
Type Description
Boolean
| Improve this Doc View Source

Equals(Object)

Declaration
public override bool Equals(object other)
Parameters
Type Name Description
Object other
Returns
Type Description
Boolean
Overrides
Object.Equals(Object)
| Improve this Doc View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
Int32
Overrides
Object.GetHashCode()
| Improve this Doc View Source

MergeFrom(GetLatestBlockRequest)

Declaration
public void MergeFrom(GetLatestBlockRequest other)
Parameters
Type Name Description
GetLatestBlockRequest other
| Improve this Doc View Source

MergeFrom(CodedInputStream)

Declaration
public void MergeFrom(CodedInputStream input)
Parameters
Type Name Description
Google.Protobuf.CodedInputStream input
| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
Object.ToString()
| Improve this Doc View Source

WriteTo(CodedOutputStream)

Declaration
public void WriteTo(CodedOutputStream output)
Parameters
Type Name Description
Google.Protobuf.CodedOutputStream output

Explicit Interface Implementations

| Improve this Doc View Source

IBufferMessage.InternalMergeFrom(ref ParseContext)

Declaration
void IBufferMessage.InternalMergeFrom(ref ParseContext input)
Parameters
Type Name Description
Google.Protobuf.ParseContext input
| Improve this Doc View Source

IBufferMessage.InternalWriteTo(ref WriteContext)

Declaration
void IBufferMessage.InternalWriteTo(ref WriteContext output)
Parameters
Type Name Description
Google.Protobuf.WriteContext output
| Improve this Doc View Source

IMessage.Descriptor

Declaration
MessageDescriptor IMessage.Descriptor { get; }
Returns
Type Description
Google.Protobuf.Reflection.MessageDescriptor

Implements

Google.Protobuf.IMessage<T>
System.IEquatable<T>
Google.Protobuf.IDeepCloneable<T>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX