Optional
requestFactory: PlayersApiRequestFactoryOptional
responseProcessor: PlayersApiResponseProcessorPrivate
apiOptional
_options: ConfigurationCreates a player. Create a player object.
Optional
_options: ConfigurationIt will delete all linked accounts the player is authenticated with. If the player has a linked embedded signer, it will be deleted as well. Deletes a player object.
Specifies the unique player ID (starts with pla_).
Optional
_options: ConfigurationRetrieves 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.
Specifies the unique player ID (starts with pla_).
Optional
expand: PlayerResponseExpandable[]Specifies the expandable fields.
Optional
_options: ConfigurationBy default, a maximum of 10 players are shown. Returns the latest 10 transaction intents that were created with each player. List players.
Optional
limit: numberSpecifies the maximum number of records to return.
Optional
skip: numberSpecifies the offset for the first records to return.
Optional
order: SortOrderSpecifies the order in which to sort the results.
Optional
expand: PlayerResponseExpandable[]Specifies the fields to expand in the response.
Optional
name: stringFilter by player name.
Optional
_options: ConfigurationThis 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.
Specifies the unique player ID (starts with pla_).
Optional
_options: ConfigurationUpdates the specified player by setting the values of the parameters passed. Updates a player object.
Specifies the unique player ID (starts with pla_).
Optional
_options: Configuration
This endpoint allows you to cancel a pending transfer of ownership. Cancel request to transfer ownership of a player.