Module: Privy::Models::WalletAssetChainNameInput

Extended by:
Internal::Type::Enum
Defined in:
lib/privy/models/wallet_asset_chain_name_input.rb,
sig/privy/models/wallet_asset_chain_name_input.rbs

Overview

Supported blockchain network names for wallet balance and transaction queries.

Constant Summary collapse

ETHEREUM =

Returns:

  • (:ethereum)
:ethereum
ARBITRUM =

Returns:

  • (:arbitrum)
:arbitrum
AVALANCHE =

Returns:

  • (:avalanche)
:avalanche
BASE =

Returns:

  • (:base)
:base
TEMPO =

Returns:

  • (:tempo)
:tempo
LINEA =

Returns:

  • (:linea)
:linea
OPTIMISM =

Returns:

  • (:optimism)
:optimism
POLYGON =

Returns:

  • (:polygon)
:polygon
SOLANA =

Returns:

  • (:solana)
:solana
ZKSYNC_ERA =

Returns:

  • (:zksync_era)
:zksync_era
SEPOLIA =

Returns:

  • (:sepolia)
:sepolia
ARBITRUM_SEPOLIA =

Returns:

  • (:arbitrum_sepolia)
:arbitrum_sepolia
AVALANCHE_FUJI =

Returns:

  • (:avalanche_fuji)
:avalanche_fuji
BASE_SEPOLIA =

Returns:

  • (:base_sepolia)
:base_sepolia
LINEA_TESTNET =

Returns:

  • (:linea_testnet)
:linea_testnet
OPTIMISM_SEPOLIA =

Returns:

  • (:optimism_sepolia)
:optimism_sepolia
POLYGON_AMOY =

Returns:

  • (:polygon_amoy)
:polygon_amoy
SOLANA_DEVNET =

Returns:

  • (:solana_devnet)
:solana_devnet
SOLANA_TESTNET =

Returns:

  • (:solana_testnet)
:solana_testnet

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

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/privy/models/wallet_asset_chain_name_input.rb', line 29

Instance Method Details

#self?.values::Array[Privy::Models::wallet_asset_chain_name_input]

Returns:

  • (::Array[Privy::Models::wallet_asset_chain_name_input])


47
# File 'sig/privy/models/wallet_asset_chain_name_input.rbs', line 47

def self?.values: -> ::Array[Privy::Models::wallet_asset_chain_name_input]