Class: Privy::Models::WalletCreateWalletsWithRecoveryParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Privy::Models::WalletCreateWalletsWithRecoveryParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/privy/models/wallet_create_wallets_with_recovery_params.rb
Overview
Defined Under Namespace
Classes: PrimarySigner, RecoveryUser, Wallet
Instance Attribute Summary collapse
- #primary_signer ⇒ Privy::Models::WalletCreateWalletsWithRecoveryParams::PrimarySigner
- #recovery_user ⇒ Privy::Models::WalletCreateWalletsWithRecoveryParams::RecoveryUser
- #wallets ⇒ Array<Privy::Models::WalletCreateWalletsWithRecoveryParams::Wallet>
Attributes included from Internal::Type::RequestParameters
Class Method Summary collapse
Instance Method Summary collapse
- #initialize(subject_id:) ⇒ Object constructor
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
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(subject_id:) ⇒ Object
|
|
# File 'lib/privy/models/wallet_create_wallets_with_recovery_params.rb', line 39
|
Instance Attribute Details
#primary_signer ⇒ Privy::Models::WalletCreateWalletsWithRecoveryParams::PrimarySigner
13 |
# File 'lib/privy/models/wallet_create_wallets_with_recovery_params.rb', line 13 required :primary_signer, -> { Privy::WalletCreateWalletsWithRecoveryParams::PrimarySigner } |
#recovery_user ⇒ Privy::Models::WalletCreateWalletsWithRecoveryParams::RecoveryUser
18 |
# File 'lib/privy/models/wallet_create_wallets_with_recovery_params.rb', line 18 required :recovery_user, -> { Privy::WalletCreateWalletsWithRecoveryParams::RecoveryUser } |
#wallets ⇒ Array<Privy::Models::WalletCreateWalletsWithRecoveryParams::Wallet>
23 24 |
# File 'lib/privy/models/wallet_create_wallets_with_recovery_params.rb', line 23 required :wallets, -> { Privy::Internal::Type::ArrayOf[Privy::WalletCreateWalletsWithRecoveryParams::Wallet] } |
Class Method Details
.variants ⇒ Array(Privy::Models::LinkedAccountEmailInput, Privy::Models::LinkedAccountCustomJwtInput)
|
|
# File 'lib/privy/models/wallet_create_wallets_with_recovery_params.rb', line 65
|