@nevermined-io/payments
    Preparing search index...

    Type Alias DelegationCurrency

    DelegationCurrency: "usd" | "eur" | "usdc" | "eurc"

    Currency codes accepted for a delegation. Lowercase, mirroring the backend's @IsIn(['usd','eur','usdc','eurc']) constraint on POST /api/v1/delegation/create and the Python SDK's DelegationCurrency. Card providers use 'usd'/'eur'; erc4337 uses 'usdc'/'eurc'.