Class: Privy::Models::EmbeddedWalletConfigSchema
- Inherits:
-
EmbeddedWalletInputSchema
- Object
- Internal::Type::BaseModel
- EmbeddedWalletInputSchema
- Privy::Models::EmbeddedWalletConfigSchema
- Defined in:
- lib/privy/models/embedded_wallet_config_schema.rb
Instance Attribute Summary collapse
-
#mode ⇒ Symbol, Privy::Models::EmbeddedWalletMode
The mode for embedded wallets.
Attributes inherited from EmbeddedWalletInputSchema
#create_on_login, #ethereum, #require_user_owned_recovery_on_create, #require_user_password_on_create, #solana, #user_owned_recovery_options
Instance Method Summary collapse
-
#initialize(mode:) ⇒ Object
constructor
Configuration for embedded wallets including the mode.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, 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
#initialize(mode:) ⇒ Object
Configuration for embedded wallets including the mode.
|
|
# File 'lib/privy/models/embedded_wallet_config_schema.rb', line 12
|
Instance Attribute Details
#mode ⇒ Symbol, Privy::Models::EmbeddedWalletMode
The mode for embedded wallets.
10 |
# File 'lib/privy/models/embedded_wallet_config_schema.rb', line 10 required :mode, enum: -> { Privy::EmbeddedWalletMode } |