mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-07 04:19:27 +00:00
13 lines
4.4 KiB
Markdown
13 lines
4.4 KiB
Markdown
# 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/> | |