Module: Privy::Models::SmartWalletType
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/privy/models/smart_wallet_type.rb,
sig/privy/models/smart_wallet_type.rbs
Overview
The supported smart wallet providers.
Constant Summary collapse
- SAFE =
:safe- KERNEL =
:kernel- LIGHT_ACCOUNT =
:light_account- BICONOMY =
:biconomy- COINBASE_SMART_WALLET =
:coinbase_smart_wallet- THIRDWEB =
:thirdweb- NEXUS =
:nexus
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/privy/models/smart_wallet_type.rb', line 17
|
Instance Method Details
#self?.values ⇒ ::Array[Privy::Models::smart_wallet_type]
23 |
# File 'sig/privy/models/smart_wallet_type.rbs', line 23
def self?.values: -> ::Array[Privy::Models::smart_wallet_type]
|