Class Account
Implements
Google.Protobuf.IDeepCloneable<
Account>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Assembly: Flow.Net.Sdk.Client.Grpc.dll
Syntax
public sealed class Account : IMessage<Account>, IEquatable<Account>, IDeepCloneable<Account>, IBufferMessage, IMessage
Constructors
|
Improve this Doc
View Source
Account()
Declaration
|
Improve this Doc
View Source
Account(Account)
Declaration
public Account(Account other)
Parameters
Type |
Name |
Description |
Account |
other |
|
Fields
|
Improve this Doc
View Source
AddressFieldNumber
Field number for the "address" field.
Declaration
public const int AddressFieldNumber = 1
Field Value
|
Improve this Doc
View Source
BalanceFieldNumber
Field number for the "balance" field.
Declaration
public const int BalanceFieldNumber = 2
Field Value
|
Improve this Doc
View Source
CodeFieldNumber
Field number for the "code" field.
Declaration
public const int CodeFieldNumber = 3
Field Value
|
Improve this Doc
View Source
ContractsFieldNumber
Field number for the "contracts" field.
Declaration
public const int ContractsFieldNumber = 5
Field Value
|
Improve this Doc
View Source
KeysFieldNumber
Field number for the "keys" field.
Declaration
public const int KeysFieldNumber = 4
Field Value
Properties
|
Improve this Doc
View Source
Address
Declaration
public ByteString Address { get; set; }
Property Value
Type |
Description |
Google.Protobuf.ByteString |
|
|
Improve this Doc
View Source
Balance
Declaration
public ulong Balance { get; set; }
Property Value
|
Improve this Doc
View Source
Code
Declaration
public ByteString Code { get; set; }
Property Value
Type |
Description |
Google.Protobuf.ByteString |
|
|
Improve this Doc
View Source
Contracts
Declaration
public MapField<string, ByteString> Contracts { get; }
Property Value
Type |
Description |
Google.Protobuf.Collections.MapField<String, 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
Keys
Declaration
public RepeatedField<AccountKey> Keys { get; }
Property Value
Type |
Description |
Google.Protobuf.Collections.RepeatedField<AccountKey> |
|
|
Improve this Doc
View Source
Parser
Declaration
public static MessageParser<Account> Parser { get; }
Property Value
Type |
Description |
Google.Protobuf.MessageParser<Account> |
|
Methods
|
Improve this Doc
View Source
CalculateSize()
Declaration
public int CalculateSize()
Returns
|
Improve this Doc
View Source
Clone()
Declaration
Returns
|
Improve this Doc
View Source
Equals(Account)
Declaration
public bool Equals(Account other)
Parameters
Type |
Name |
Description |
Account |
other |
|
Returns
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
MergeFrom(Account)
Declaration
public void MergeFrom(Account other)
Parameters
Type |
Name |
Description |
Account |
other |
|
|
Improve this Doc
View Source
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
Overrides
|
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>
Google.Protobuf.IDeepCloneable<T>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage