Flow.Net
Show / Hide Table of Contents

Class AccountKey

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

Constructors

| Improve this Doc View Source

AccountKey()

Declaration
public AccountKey()
| Improve this Doc View Source

AccountKey(AccountKey)

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

Fields

| Improve this Doc View Source

HashAlgoFieldNumber

Field number for the "hash_algo" field.

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

IndexFieldNumber

Field number for the "index" field.

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

PublicKeyFieldNumber

Field number for the "public_key" field.

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

RevokedFieldNumber

Field number for the "revoked" field.

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

SequenceNumberFieldNumber

Field number for the "sequence_number" field.

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

SignAlgoFieldNumber

Field number for the "sign_algo" field.

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

WeightFieldNumber

Field number for the "weight" field.

Declaration
public const int WeightFieldNumber = 5
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

HashAlgo

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

Index

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

Parser

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

PublicKey

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

Revoked

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

SequenceNumber

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

SignAlgo

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

Weight

Declaration
public uint Weight { get; set; }
Property Value
Type Description
UInt32

Methods

| Improve this Doc View Source

CalculateSize()

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

Clone()

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

Equals(AccountKey)

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

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