@hashgraph/sdk
    Preparing search index...

    Class CustomFixedFeeNamespace

    proto

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • props: {
            allCollectorsAreExempt?: boolean;
            amount?: number | bigint | Long | BigNumber;
            denominatingTokenId?: string | TokenId;
            feeCollectorAccountId?: string | AccountId;
        } = {}

      Returns CustomFixedFee

    Properties

    _allCollectorsAreExempt: boolean
    _amount: null | Long
    _denominatingTokenId: null | TokenId
    _feeCollectorAccountId: null | AccountId

    Accessors

    • get allCollectorsAreExempt(): boolean

      Returns boolean

    Methods