@cfxlabsinc/b2b-services
    Preparing search index...

    Type Alias CachedTransactionMethodAggregate

    CachedTransactionMethodAggregate: Omit<TransactionMethodAggregate, "total"> & {
        total: string;
    }

    JSON-safe form of TransactionMethodAggregate. total is the only non-JSON-native field (BigNumber → string); method / type / status are plain string literals. No Date fields.