Class: Privy::Models::LinkedAccountEmbeddedWalletWithID::LinkedAccountSolanaEmbeddedWallet
- Inherits:
-
Privy::Models::LinkedAccountSolanaEmbeddedWallet
- Object
- Internal::Type::BaseModel
- Privy::Models::LinkedAccountSolanaEmbeddedWallet
- Privy::Models::LinkedAccountEmbeddedWalletWithID::LinkedAccountSolanaEmbeddedWallet
- Defined in:
- lib/privy/models/linked_account_embedded_wallet_with_id.rb
Defined Under Namespace
Modules: RecoveryMethod
Instance Attribute Summary collapse
- #id ⇒ String
- #recovery_method ⇒ Symbol, Privy::Models::LinkedAccountEmbeddedWalletWithID::LinkedAccountSolanaEmbeddedWallet::RecoveryMethod
Attributes inherited from Privy::Models::LinkedAccountSolanaEmbeddedWallet
#address, #chain_id, #chain_type, #connector_type, #delegated, #first_verified_at, #imported, #latest_verified_at, #public_key, #type, #verified_at, #wallet_client, #wallet_client_type, #wallet_index
Method Summary
Methods inherited from Privy::Models::LinkedAccountSolanaEmbeddedWallet
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
This class inherits a constructor from Privy::Models::LinkedAccountSolanaEmbeddedWallet
Instance Attribute Details
#id ⇒ String
56 |
# File 'lib/privy/models/linked_account_embedded_wallet_with_id.rb', line 56 required :id, String |
#recovery_method ⇒ Symbol, Privy::Models::LinkedAccountEmbeddedWalletWithID::LinkedAccountSolanaEmbeddedWallet::RecoveryMethod
61 62 |
# File 'lib/privy/models/linked_account_embedded_wallet_with_id.rb', line 61 required :recovery_method, enum: -> { Privy::LinkedAccountEmbeddedWalletWithID::LinkedAccountSolanaEmbeddedWallet::RecoveryMethod } |