Cashu-TS - v4.0.0-rc3
    Preparing search index...

    Type Alias OutputDataFactory

    OutputDataFactory: (amount: AmountLike, keys: HasKeysetKeys) => OutputDataLike

    Factory function that produces an OutputDataLike for a given amount and keyset. Implement this to customise blinded-message construction (e.g. deterministic secrets, P2PK).

    Type Declaration