mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-09 20:37:48 +00:00
initial commit with code
This commit is contained in:
13
docs/models/components/Web3Wallet.md
Normal file
13
docs/models/components/Web3Wallet.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Web3Wallet
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| --------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `id` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `object` | [com.clerk.backend_api.models.components.Web3WalletObject](../../models/components/Web3WalletObject.md) | :heavy_check_mark: | String representing the object's type. Objects of the same type share the same value.<br/> |
|
||||
| `web3Wallet` | *String* | :heavy_check_mark: | N/A |
|
||||
| `verification` | [Optional<? extends com.clerk.backend_api.models.components.Web3WalletVerification>](../../models/components/Web3WalletVerification.md) | :heavy_check_mark: | N/A |
|
||||
| `createdAt` | *long* | :heavy_check_mark: | Unix timestamp of creation<br/> |
|
||||
| `updatedAt` | *long* | :heavy_check_mark: | Unix timestamp of creation<br/> |
|
||||
Reference in New Issue
Block a user