Search Results for

    Show / Hide Table of Contents

    Class ManagerOperationContent

    Inheritance
    System.Object
    OperationContent
    ManagerOperationContent
    DalPublishCommitmentContent
    DelegationContent
    IncreasePaidStorageContent
    OriginationContent
    RegisterConstantContent
    RevealContent
    SetDepositsLimitContent
    SrAddMessagesContent
    SrCementContent
    SrExecuteContent
    SrOriginateContent
    SrPublishContent
    SrRecoverBondContent
    SrRefuteContent
    SrTmieoutContent
    TransactionContent
    TransferTicketContent
    TxRollupCommitContent
    TxRollupDispatchTicketsContent
    TxRollupFinalizeCommitmentContent
    TxRollupOriginationContent
    TxRollupRejectionContent
    TxRollupRemoveCommitmentContent
    TxRollupReturnBondContent
    TxRollupSubmitBatchContent
    UpdateConsensusKeyContent
    Inherited Members
    OperationContent.Kind
    Namespace: Netezos.Forging.Models
    Assembly: Netezos.dll
    Syntax
    public abstract class ManagerOperationContent : OperationContent

    Properties

    | Improve this Doc View Source

    Counter

    Declaration
    public int Counter { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Fee

    Declaration
    public long Fee { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    GasLimit

    Declaration
    public int GasLimit { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Source

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

    StorageLimit

    Declaration
    public int StorageLimit { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad