Show / Hide Table of Contents

    Class Delta

    Inheritance
    System.Object
    Delta
    Implements
    Google.Protobuf.IMessage<Delta>
    Google.Protobuf.IMessage
    System.IEquatable<Delta>
    Google.Protobuf.IDeepCloneable<Delta>
    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Catalyst.Protocol.Deltas
    Assembly: Catalyst.Protocol.dll
    Syntax
    public sealed class Delta : IMessage<Delta>, IMessage, IEquatable<Delta>, IDeepCloneable<Delta>

    Constructors

    | Improve this Doc View Source

    Delta()

    Declaration
    public Delta()
    | Improve this Doc View Source

    Delta(Delta)

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

    Fields

    | Improve this Doc View Source

    CoinbaseEntriesFieldNumber

    Field number for the "coinbase_entries" field.

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

    ConfidentialEntriesFieldNumber

    Field number for the "confidential_entries" field.

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

    ContractEntriesFieldNumber

    Field number for the "contract_entries" field.

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

    MerklePodaFieldNumber

    Field number for the "merkle_poda" field.

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

    MerkleRootFieldNumber

    Field number for the "merkle_root" field.

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

    PreviousDeltaDfsHashFieldNumber

    Field number for the "previous_delta_dfs_hash" field.

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

    PublicEntriesFieldNumber

    Field number for the "public_entries" field.

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

    TimeStampFieldNumber

    Field number for the "time_stamp" field.

    Declaration
    public const int TimeStampFieldNumber = 4
    Field Value
    Type Description
    System.Int32

    Properties

    | Improve this Doc View Source

    CoinbaseEntries

    one per active worker

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

    ConfidentialEntries

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

    ContractEntries

    Declaration
    public RepeatedField<ContractEntry> ContractEntries { get; }
    Property Value
    Type Description
    Google.Protobuf.Collections.RepeatedField<ContractEntry>
    | 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

    MerklePoda

    proof of delegated authority for active wokers

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

    MerkleRoot

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

    Parser

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

    PreviousDeltaDfsHash

    address for the content of the previous delta on the DFS

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

    PublicEntries

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

    TimeStamp

    Declaration
    public Timestamp TimeStamp { get; set; }
    Property Value
    Type Description
    Google.Protobuf.WellKnownTypes.Timestamp

    Methods

    | Improve this Doc View Source

    CalculateSize()

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

    Clone()

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

    Equals(Delta)

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

    Equals(Object)

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

    GetHashCode()

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

    IsValid()

    Declaration
    public bool IsValid()
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    MergeFrom(Delta)

    Declaration
    public void MergeFrom(Delta other)
    Parameters
    Type Name Description
    Delta 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
    System.String
    Overrides
    System.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

    IMessage.Descriptor

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

    Implements

    Google.Protobuf.IMessage<T>
    Google.Protobuf.IMessage
    System.IEquatable<T>
    Google.Protobuf.IDeepCloneable<T>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network