@hashgraph/sdk
    Preparing search index...

    Class FeeComponents

    A set of values the nodes use in determining transaction and query fees, and constants involved in fee calculations.

    Index

    Constructors

    • Parameters

      • Optionalprops: {
            constant?: Long;
            contractTransactionGas?: Long;
            max?: Long;
            min?: Long;
            responseDiskByte?: Long;
            responseMemoryByte?: Long;
            transactionBandwidthByte?: Long;
            transactionRamByteHour?: Long;
            transactionStorageByteHour?: Long;
            transactionVerification?: Long;
            transferVolumeHbar?: Long;
        } = {}

      Returns FeeComponents

    Properties

    constant: undefined | Long
    contractTransactionGas: undefined | Long
    max: undefined | Long
    min: undefined | Long
    responseDiskByte: undefined | Long
    responseMemoryByte: undefined | Long
    transactionBandwidthByte: undefined | Long
    transactionRamByteHour: undefined | Long
    transactionStorageByteHour: undefined | Long
    transactionVerification: undefined | Long
    transferVolumeHbar: undefined | Long

    Methods