CCC Docs
    Preparing search index...

    Class ErrorFeePayerInsufficientCapacity

    Error thrown when a fee payer has insufficient capacity to complete a transaction.

    Hierarchy

    • Error
      • ErrorFeePayerInsufficientCapacity
    Index

    Constructors

    Properties

    Constructors

    • Creates an instance of ErrorFeePayerInsufficientCapacity.

      Parameters

      • amountLike: NumLike

        The amount of extra capacity needed.

      • Optionalreason: { isForChange?: boolean }

        Optional reason object.

        • OptionalisForChange?: boolean

          Whether the extra capacity is needed for a change cell.

      Returns ErrorFeePayerInsufficientCapacity

    Properties

    amount: bigint

    The amount of extra capacity needed.

    isForChange: boolean

    Whether the extra capacity is needed for a change cell.