Performs a raffle pull to select a winner.
Promise resolving to true if successful
Sets the list of entrants for the raffle.
Array of entrant names
Promise resolving to true if successful
Retrieves the list of entrants for a specific user's raffle.
ID of the user whose raffle entrants to view
Promise resolving to array of entrant names
Retrieves the most recent raffle pull by finding the one with the highest ID.
Promise resolving to the most recent pull details
Retrieves the list of all raffle owners.
Promise resolving to array of user IDs
Retrieves details of a specific raffle pull for a user.
ID of the user whose pull to view
ID of the pull to view
Promise resolving to pull details
Retrieves all raffle pulls for a specific user.
ID of the user whose pulls to view
Promise resolving to an object containing array of pulls
Interface for the Raffle Client that provides functionality for managing raffles and viewing raffle pulls.