Class: Privy::Models::CreateAccountFromWalletsConfigurationInput

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/privy/models/create_account_from_wallets_configuration_input.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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(wallets_configuration:, display_name: nil) ⇒ Object

Input for creating a digital asset account from new wallets with a ‘wallets_configuration` specification.

Parameters:



# File 'lib/privy/models/create_account_from_wallets_configuration_input.rb', line 19

Instance Attribute Details

#display_nameString?

An optional display name for the account.

Returns:

  • (String, nil)


17
# File 'lib/privy/models/create_account_from_wallets_configuration_input.rb', line 17

optional :display_name, String

#wallets_configurationArray<Privy::Models::AccountWalletConfigurationItem>

Configuration for the wallets on this account.



10
11
# File 'lib/privy/models/create_account_from_wallets_configuration_input.rb', line 10

required :wallets_configuration,
-> { Privy::Internal::Type::ArrayOf[Privy::AccountWalletConfigurationItem] }