Search Results for

    Show / Hide Table of Contents

    Class TransferTicketContent

    Inheritance
    System.Object
    OperationContent
    ManagerOperationContent
    TransferTicketContent
    Inherited Members
    ManagerOperationContent.Source
    ManagerOperationContent.Fee
    ManagerOperationContent.Counter
    ManagerOperationContent.GasLimit
    ManagerOperationContent.StorageLimit
    Namespace: Netmavryk.Forging.Models
    Assembly: Netmavryk.dll
    Syntax
    public class TransferTicketContent : ManagerOperationContent

    Properties

    | Improve this Doc View Source

    Destination

    Declaration
    public string Destination { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Entrypoint

    Declaration
    public string Entrypoint { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Kind

    Declaration
    public override string Kind { get; }
    Property Value
    Type Description
    System.String
    Overrides
    OperationContent.Kind
    | Improve this Doc View Source

    TicketAmount

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

    TicketContent

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

    TicketTicketer

    Declaration
    public string TicketTicketer { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TicketType

    Declaration
    public IMicheline TicketType { get; set; }
    Property Value
    Type Description
    IMicheline
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Mavryk Dynamics