Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.2 KB

RemovePlayerConnectedWalletRequest.md

File metadata and controls

12 lines (9 loc) · 1.2 KB

# RemovePlayerConnectedWalletRequest

Properties

Name Type Description Notes
address string The address of the external wallet to remove from a player.
nonce int Any positive integer that hasn't been used previously to connect or disconnect this external wallet. Must be the same nonce used to generate the `signature`.
signature string A signature string generated by signing a keccak256 hash generated with abiCoder encode arguments of `[ 'bytes32', 'address', 'bool', 'address', 'uint256' ]` and `[ keccak256(gameId), delegate wallet unapproved (player's custodial wallet address), false, external wallet address, any unused nonce number ]`.
chain string The blockchain you want to remove this wallet connection on. If you need to remove it on multiple blockchains, make multiple requests using different `chain` arguments. Support for new blockchains are added over time.

[Back to Model list] [Back to API list] [Back to README]