Options
All
  • Public
  • Public/Protected
  • All
Menu

Rental Fees

Hierarchy

  • RentalFees

Index

Constructors

constructor

  • new RentalFees(effectiveRootNamespaceRentalFeePerBlock: UInt64, effectiveChildNamespaceRentalFee: UInt64, effectiveMosaicRentalFee: UInt64): RentalFees
  • Parameters

    • effectiveRootNamespaceRentalFeePerBlock: UInt64

      Absolute amount. An amount of 123456789 (absolute) for a mosaic with divisibility 6 means 123.456789 (relative).

    • effectiveChildNamespaceRentalFee: UInt64

      Absolute amount. An amount of 123456789 (absolute) for a mosaic with divisibility 6 means 123.456789 (relative).

    • effectiveMosaicRentalFee: UInt64

      bsolute amount. An amount of 123456789 (absolute) for a mosaic with divisibility 6 means 123.456789 (relative).

    Returns RentalFees

Properties

Readonly effectiveChildNamespaceRentalFee

effectiveChildNamespaceRentalFee: UInt64

Readonly effectiveMosaicRentalFee

effectiveMosaicRentalFee: UInt64

Readonly effectiveRootNamespaceRentalFeePerBlock

effectiveRootNamespaceRentalFeePerBlock: UInt64

Generated using TypeDoc