Class TxRollupRejectionDepositMessage
Inheritance
System.Object
TxRollupRejectionDepositMessage
Assembly: Netezos.dll
Syntax
public class TxRollupRejectionDepositMessage : object
Properties
|
Improve this Doc
View Source
Amount
Declaration
public long Amount { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Destination
Declaration
public string Destination { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Sender
Declaration
public string Sender { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TicketHash
Declaration
public string TicketHash { get; set; }
Property Value
Type |
Description |
System.String |
|