github.com/clerkinc/clerk-sdk-go@v1.49.1/clerk/web3_wallets.go (about) 1 package clerk 2 3 type Web3Wallet struct { 4 ID string `json:"id"` 5 Object string `json:"object"` 6 Web3Wallet string `json:"web3_wallet"` 7 Verification *Verification `json:"verification"` 8 }