Preparing search index...
The search index is not available
Lens SDK Reference
Lens SDK Reference
@lens-protocol/react-native
Core
Ether
Class Ether
Sealed
Ether is a value object representing the Ether token.
Index
Constructors
constructor
Properties
chain
Type
decimals
name
symbol
Methods
is
Erc20
is
Fiat
is
Native
Token
to
String
Constructors
constructor
new
Ether
(
)
:
Ether
Returns
Ether
Properties
Readonly
chain
Type
chain
Type
:
ChainType
= ChainType.ETHEREUM
Readonly
decimals
decimals
:
number
= 18
Readonly
name
name
:
string
= ...
Readonly
symbol
symbol
:
string
= ...
Methods
is
Erc20
is
Erc20
(
)
:
this
is
Erc20
Returns
this
is
Erc20
is
Fiat
is
Fiat
(
)
:
this
is
Fiat
Returns
this
is
Fiat
is
Native
Token
is
Native
Token
(
)
:
this
is
CryptoNativeAsset
Returns
this
is
CryptoNativeAsset
to
String
to
String
(
)
:
string
Returns
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
chain
Type
decimals
name
symbol
is
Erc20
is
Fiat
is
Native
Token
to
String
Lens SDK Reference
@lens-protocol/react-web - v2.3.1
@lens-protocol/react-native - v2.3.1
@lens-protocol/client - v2.3.1
Ether is a value object representing the Ether token.