CCC Docs
    Preparing search index...

    Type Alias FeePayerCompleteFeeResult<Context>

    The result of completing the transaction fee.

    type FeePayerCompleteFeeResult<Context> = {
        tx: Transaction;
        hasChanged: boolean;
        context: Context;
    }

    Type Parameters

    • Context
    Index

    Properties

    Properties

    The transaction that completed.

    hasChanged: boolean

    Whether the transaction was modified to handle the change.

    context: Context

    The context of the operation.