Show / Hide Table of Contents

    Class ContractEntry

    Inheritance
    System.Object
    ContractEntry
    Implements
    Google.Protobuf.IMessage<ContractEntry>
    Google.Protobuf.IMessage
    System.IEquatable<ContractEntry>
    Google.Protobuf.IDeepCloneable<ContractEntry>
    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.Transaction
    Assembly: Catalyst.Protocol.dll
    Syntax
    public sealed class ContractEntry : IMessage<ContractEntry>, IMessage, IEquatable<ContractEntry>, IDeepCloneable<ContractEntry>

    Constructors

    | Improve this Doc View Source

    ContractEntry()

    Declaration
    public ContractEntry()
    | Improve this Doc View Source

    ContractEntry(ContractEntry)

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

    Fields

    | Improve this Doc View Source

    AmountFieldNumber

    Field number for the "amount" field.

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

    BaseFieldNumber

    Field number for the "base" field.

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

    DataFieldNumber

    Field number for the "data" field.

    Declaration
    public const int DataFieldNumber = 3
    Field Value
    Type Description
    System.Int32

    Properties

    | Improve this Doc View Source

    Amount

    8 byte amount

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

    Base

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

    Data

    Smart contract data.

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

    IsValidCallEntry

    Declaration
    public bool IsValidCallEntry { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsValidDeploymentEntry

    Declaration
    public bool IsValidDeploymentEntry { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Parser

    Declaration
    public static MessageParser<ContractEntry> Parser { get; }
    Property Value
    Type Description
    Google.Protobuf.MessageParser<ContractEntry>

    Methods

    | Improve this Doc View Source

    CalculateSize()

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

    Clone()

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

    Equals(ContractEntry)

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

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