SW Combine SDK
    Preparing search index...

    Character credits resource

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Transfer credits from character to another character or faction

      Parameters

      • options: { amount: number; reason?: string; recipient: string; uid: string }
        • amount: number

          Amount to transfer

        • Optionalreason?: string

          Reason for transfer (optional, API will auto-append client name) @requires_auth Yes @requires_scope CHARACTER_CREDITS_WRITE

        • recipient: string

          Recipient character or faction name/UID (REQUIRED)

        • uid: string

          Character UID

      Returns Promise<unknown>