Module: Privy::Models::TransactionChainNameInput
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/privy/models/transaction_chain_name_input.rb,
sig/privy/models/transaction_chain_name_input.rbs
Overview
Chains supported for transaction history queries.
Constant Summary collapse
- ETHEREUM =
:ethereum- ARBITRUM =
:arbitrum- AVALANCHE =
:avalanche- BASE =
:base- BSC =
:bsc- TEMPO =
:tempo- LINEA =
:linea- OPTIMISM =
:optimism- POLYGON =
:polygon- SOLANA =
:solana- SEPOLIA =
:sepolia
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/transaction_chain_name_input.rb', line 21
|
Instance Method Details
#self?.values ⇒ ::Array[Privy::Models::transaction_chain_name_input]
31 |
# File 'sig/privy/models/transaction_chain_name_input.rbs', line 31
def self?.values: -> ::Array[Privy::Models::transaction_chain_name_input]
|