Flow.Net
Show / Hide Table of Contents

Class TransactionResultResponse

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

Constructors

| Improve this Doc View Source

TransactionResultResponse()

Declaration
public TransactionResultResponse()
| Improve this Doc View Source

TransactionResultResponse(TransactionResultResponse)

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

Fields

| Improve this Doc View Source

BlockHeightFieldNumber

Field number for the "block_height" field.

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

BlockIdFieldNumber

Field number for the "block_id" field.

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

CollectionIdFieldNumber

Field number for the "collection_id" field.

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

ErrorMessageFieldNumber

Field number for the "error_message" field.

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

EventsFieldNumber

Field number for the "events" field.

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

StatusCodeFieldNumber

Field number for the "status_code" field.

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

StatusFieldNumber

Field number for the "status" field.

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

TransactionIdFieldNumber

Field number for the "transaction_id" field.

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

Properties

| Improve this Doc View Source

BlockHeight

Declaration
public ulong BlockHeight { get; set; }
Property Value
Type Description
UInt64
| Improve this Doc View Source

BlockId

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

CollectionId

Declaration
public ByteString CollectionId { 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

ErrorMessage

Declaration
public string ErrorMessage { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Events

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

Parser

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

Status

Declaration
public TransactionStatus Status { get; set; }
Property Value
Type Description
TransactionStatus
| Improve this Doc View Source

StatusCode

Declaration
public uint StatusCode { get; set; }
Property Value
Type Description
UInt32
| Improve this Doc View Source

TransactionId

Declaration
public ByteString TransactionId { 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 TransactionResultResponse Clone()
Returns
Type Description
TransactionResultResponse
| Improve this Doc View Source

Equals(TransactionResultResponse)

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

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

Extension Methods

FlowGrpcConverter.ToFlowTransactionResult(TransactionResultResponse)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX