Name | Type | Description | Notes |
---|---|---|---|
id | String | [optional] | |
object | String | String representing the object's type. Objects of the same type share the same value. | |
web3_wallet | String | ||
verification | Web3WalletVerification | ||
created_at | Integer | Unix timestamp of creation | |
updated_at | Integer | Unix timestamp of creation |
require 'clerk-http-client'
instance = ClerkHttpClient::Web3Wallet.new(
id: null,
object: null,
web3_wallet: null,
verification: null,
created_at: null,
updated_at: null
)