Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 753 Bytes

Web3Wallet.md

File metadata and controls

28 lines (22 loc) · 753 Bytes

ClerkHttpClient::Web3Wallet

Properties

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

Example

require 'clerk-http-client'

instance = ClerkHttpClient::Web3Wallet.new(
  id: null,
  object: null,
  web3_wallet: null,
  verification: null,
  created_at: null,
  updated_at: null
)