Class CoinbaseEntry
Inheritance
System.Object
CoinbaseEntry
Implements
Google.Protobuf.IMessage<CoinbaseEntry>
Google.Protobuf.IMessage
System.IEquatable<CoinbaseEntry>
Google.Protobuf.IDeepCloneable<CoinbaseEntry>
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 CoinbaseEntry : IMessage<CoinbaseEntry>, IMessage, IEquatable<CoinbaseEntry>, IDeepCloneable<CoinbaseEntry>
Constructors
| Improve this Doc View SourceCoinbaseEntry()
Declaration
public CoinbaseEntry()
CoinbaseEntry(CoinbaseEntry)
Declaration
public CoinbaseEntry(CoinbaseEntry other)
Parameters
Type | Name | Description |
---|---|---|
CoinbaseEntry | other |
Fields
| Improve this Doc View SourceAmountFieldNumber
Field number for the "amount" field.
Declaration
public const int AmountFieldNumber = 2
Field Value
Type | Description |
---|---|
System.Int32 |
ReceiverPublicKeyFieldNumber
Field number for the "receiver_public_key" field.
Declaration
public const int ReceiverPublicKeyFieldNumber = 1
Field Value
Type | Description |
---|---|
System.Int32 |
Properties
| Improve this Doc View SourceAmount
uint256 amount
Declaration
public ByteString Amount { get; set; }
Property Value
Type | Description |
---|---|
Google.Protobuf.ByteString |
Descriptor
Declaration
public static MessageDescriptor Descriptor { get; }
Property Value
Type | Description |
---|---|
Google.Protobuf.Reflection.MessageDescriptor |
Parser
Declaration
public static MessageParser<CoinbaseEntry> Parser { get; }
Property Value
Type | Description |
---|---|
Google.Protobuf.MessageParser<CoinbaseEntry> |
ReceiverPublicKey
public key behind the address where the Coinbase will be credited
Declaration
public ByteString ReceiverPublicKey { get; set; }
Property Value
Type | Description |
---|---|
Google.Protobuf.ByteString |
Methods
| Improve this Doc View SourceCalculateSize()
Declaration
public int CalculateSize()
Returns
Type | Description |
---|---|
System.Int32 |
Clone()
Declaration
public CoinbaseEntry Clone()
Returns
Type | Description |
---|---|
CoinbaseEntry |
Equals(CoinbaseEntry)
Declaration
public bool Equals(CoinbaseEntry other)
Parameters
Type | Name | Description |
---|---|---|
CoinbaseEntry | other |
Returns
Type | Description |
---|---|
System.Boolean |
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
MergeFrom(CoinbaseEntry)
Declaration
public void MergeFrom(CoinbaseEntry other)
Parameters
Type | Name | Description |
---|---|---|
CoinbaseEntry | other |
MergeFrom(CodedInputStream)
Declaration
public void MergeFrom(CodedInputStream input)
Parameters
Type | Name | Description |
---|---|---|
Google.Protobuf.CodedInputStream | input |
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 SourceIMessage.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>