Creates a player. Create a player object.
Deletes a player object.
Specifies the unique player ID (starts with pla_).
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.
Specifies the unique player ID (starts with pla_).
Specifies the expandable fields.
By default, a maximum of 10 players are shown. Returns the latest 10 transaction intents that were created with each player. List players.
Specifies the maximum number of records to return.
Specifies the offset for the first records to return.
Specifies the order in which to sort the results.
Specifies the fields to expand in the response.
Filter by player name.
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.
Specifies the unique player ID (starts with pla_).
Updates the specified player by setting the values of the parameters passed. Updates a player object.
Specifies the unique player ID (starts with pla_).
Generated using TypeDoc
This endpoint allows you to cancel a pending transfer of ownership. Cancel request to transfer ownership of a player.