Class TransactionBroadcast
Inheritance
System.Object
TransactionBroadcast
Implements
Google.Protobuf.IMessage
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Catalyst.Protocol.dll
Syntax
public sealed class TransactionBroadcast : IMessage<TransactionBroadcast>, IMessage, IEquatable<TransactionBroadcast>, IDeepCloneable<TransactionBroadcast>
Constructors
|
Improve this Doc
View Source
TransactionBroadcast()
Declaration
public TransactionBroadcast()
|
Improve this Doc
View Source
TransactionBroadcast(TransactionBroadcast)
Declaration
public TransactionBroadcast(TransactionBroadcast other)
Parameters
Fields
|
Improve this Doc
View Source
ConfidentialEntriesFieldNumber
Field number for the "confidential_entries" field.
Declaration
public const int ConfidentialEntriesFieldNumber = 4
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ContractEntriesFieldNumber
Field number for the "contract_entries" field.
Declaration
public const int ContractEntriesFieldNumber = 5
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PublicEntriesFieldNumber
Field number for the "public_entries" field.
Declaration
public const int PublicEntriesFieldNumber = 3
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SignatureFieldNumber
Field number for the "signature" field.
Declaration
public const int SignatureFieldNumber = 1
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TimestampFieldNumber
Field number for the "timestamp" field.
Declaration
public const int TimestampFieldNumber = 2
Field Value
Type |
Description |
System.Int32 |
|
Properties
|
Improve this Doc
View Source
ConfidentialEntries
0 field for non-confidential transaction
Declaration
public RepeatedField<ConfidentialEntry> ConfidentialEntries { get; }
Property Value
|
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
IsConfidentialTransaction
Declaration
public bool IsConfidentialTransaction { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsContractCall
Declaration
public bool IsContractCall { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsContractDeployment
Declaration
public bool IsContractDeployment { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsPublicTransaction
Declaration
public bool IsPublicTransaction { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Parser
Declaration
public static MessageParser<TransactionBroadcast> Parser { get; }
Property Value
|
Improve this Doc
View Source
PublicEntries
0 field for confidential transaction
Declaration
public RepeatedField<PublicEntry> PublicEntries { get; }
Property Value
Type |
Description |
Google.Protobuf.Collections.RepeatedField<PublicEntry> |
|
|
Improve this Doc
View Source
Signature
is the ed25519ph context signature
Declaration
public Signature Signature { get; set; }
Property Value
|
Improve this Doc
View Source
Timestamp
records the transaction creation time
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 TransactionBroadcast Clone()
Returns
|
Improve this Doc
View Source
Equals(TransactionBroadcast)
Declaration
public bool Equals(TransactionBroadcast other)
Parameters
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
HasValidEntries()
Declaration
public bool HasValidEntries()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsValid()
Declaration
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
MergeFrom(TransactionBroadcast)
Declaration
public void MergeFrom(TransactionBroadcast other)
Parameters
|
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
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>