CCC Docs
    Preparing search index...

    Type Alias FeePayerCompleteInputsContext

    The context of completing transaction inputs.

    type FeePayerCompleteInputsContext = {
        addedCount: number;
        collectedCapacity: Num;
    }
    Index

    Properties

    addedCount: number

    The number of inputs added.

    collectedCapacity: Num

    The total capacity collected from the fee payer's cells.