CCC Docs
    Preparing search index...

    Type Alias FeePayerCollectCapacityResult<Context>

    The result of collecting capacity from a fee payer.

    type FeePayerCollectCapacityResult<Context> = {
        tx: Transaction;
        collectedCapacity: Num;
        context: Context;
    }

    Type Parameters

    • Context
    Index

    Properties

    The transaction that completed.

    collectedCapacity: Num

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

    context: Context

    The context of the operation.