Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PlayersApi

Index

Constructors

  • new PlayersApi(configuration: Configuration, requestFactory?: PlayersApiRequestFactory, responseProcessor?: PlayersApiResponseProcessor): PlayersApi

Properties

api: ObservablePlayersApi

Methods

  • Retrieves the details of a player that has previously been created. Returns the latest 10 transaction intents that were created with this player. Retrieves the details of an existing player.

    Parameters

    Returns Promise<PlayerResponse>

  • By default, a maximum of 10 players are shown. Returns the latest 10 transaction intents that were created with each player. List players.

    Parameters

    • Optional limit: number

      Specifies the maximum number of records to return.

    • Optional skip: number

      Specifies the offset for the first records to return.

    • Optional order: SortOrder

      Specifies the order in which to sort the results.

    • Optional expand: PlayerResponseExpandable[]

      Specifies the fields to expand in the response.

    • Optional name: string

      Filter by player name.

    • Optional _options: Configuration

    Returns Promise<PlayerListResponse>

  • This endpoint allows you to perform a request to change the owner of an account. To perform an update on the owner of an account, first you must provide a new owner address. Once requested, the owner must accept to take ownership by calling acceptOwnership() in the smart contract account. Request transfer ownership of a player.

    Parameters

    Returns Promise<TransactionIntentResponse>

Generated using TypeDoc