Flow.Net
Show / Hide Table of Contents

Class BlockSeal

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

Constructors

| Improve this Doc View Source

BlockSeal()

Declaration
public BlockSeal()
| Improve this Doc View Source

BlockSeal(BlockSeal)

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

Fields

| Improve this Doc View Source

AggregatedApprovalSigsFieldNumber

Field number for the "aggregated_approval_sigs" field.

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

BlockIdFieldNumber

Field number for the "block_id" field.

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

ExecutionReceiptIdFieldNumber

Field number for the "execution_receipt_id" field.

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

ExecutionReceiptSignaturesFieldNumber

Field number for the "execution_receipt_signatures" field.

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

FinalStateFieldNumber

Field number for the "final_state" field.

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

ResultApprovalSignaturesFieldNumber

Field number for the "result_approval_signatures" field.

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

ResultIdFieldNumber

Field number for the "result_id" field.

Declaration
public const int ResultIdFieldNumber = 6
Field Value
Type Description
Int32

Properties

| Improve this Doc View Source

AggregatedApprovalSigs

Declaration
public RepeatedField<AggregatedSignature> AggregatedApprovalSigs { get; }
Property Value
Type Description
Google.Protobuf.Collections.RepeatedField<AggregatedSignature>
| Improve this Doc View Source

BlockId

Declaration
public ByteString BlockId { get; set; }
Property Value
Type Description
Google.Protobuf.ByteString
| 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

ExecutionReceiptId

Declaration
public ByteString ExecutionReceiptId { get; set; }
Property Value
Type Description
Google.Protobuf.ByteString
| Improve this Doc View Source

ExecutionReceiptSignatures

Declaration
public RepeatedField<ByteString> ExecutionReceiptSignatures { get; }
Property Value
Type Description
Google.Protobuf.Collections.RepeatedField<Google.Protobuf.ByteString>
| Improve this Doc View Source

FinalState

Declaration
public ByteString FinalState { get; set; }
Property Value
Type Description
Google.Protobuf.ByteString
| Improve this Doc View Source

Parser

Declaration
public static MessageParser<BlockSeal> Parser { get; }
Property Value
Type Description
Google.Protobuf.MessageParser<BlockSeal>
| Improve this Doc View Source

ResultApprovalSignatures

Declaration
public RepeatedField<ByteString> ResultApprovalSignatures { get; }
Property Value
Type Description
Google.Protobuf.Collections.RepeatedField<Google.Protobuf.ByteString>
| Improve this Doc View Source

ResultId

Declaration
public ByteString ResultId { get; set; }
Property Value
Type Description
Google.Protobuf.ByteString

Methods

| Improve this Doc View Source

CalculateSize()

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

Clone()

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

Equals(BlockSeal)

Declaration
public bool Equals(BlockSeal other)
Parameters
Type Name Description
BlockSeal 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(BlockSeal)

Declaration
public void MergeFrom(BlockSeal other)
Parameters
Type Name Description
BlockSeal 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