Search Results for

    Show / Hide Table of Contents

    Class TxRollupRejectionDepositMessage

    Inheritance
    System.Object
    TxRollupRejectionDepositMessage
    Namespace: Netezos.Forging.Models
    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad