Module: Privy::Models::ExtendedChainType

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

Overview

The wallet chain types that are not first class chains.

Constant Summary collapse

COSMOS =

Returns:

  • (:cosmos)
:cosmos
STELLAR =

Returns:

  • (:stellar)
:stellar
SUI =

Returns:

  • (:sui)
:sui
APTOS =

Returns:

  • (:aptos)
:aptos
MOVEMENT =

Returns:

  • (:movement)
:movement
TRON =

Returns:

  • (:tron)
:tron
BITCOIN_SEGWIT =

Returns:

  • (:"bitcoin-segwit")
:"bitcoin-segwit"
BITCOIN_TAPROOT =

Returns:

  • (:"bitcoin-taproot")
:"bitcoin-taproot"
PEARL =

Returns:

  • (:pearl)
:pearl
NEAR =

Returns:

  • (:near)
:near
TON =

Returns:

  • (:ton)
:ton
STARKNET =

Returns:

  • (:starknet)
:starknet
SPARK =

Returns:

  • (:spark)
:spark

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/extended_chain_type.rb', line 23

Instance Method Details

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

Returns:

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


35
# File 'sig/privy/models/extended_chain_type.rbs', line 35

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