blockchain-kit-sdk
Toggle table of contents
1.0.21-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
blockchain-kit-sdk
blockchain-kit-sdk
/
com.cramium.blockchain.kit.blockchain.network
/
NativeCurrency
Native
Currency
common
@
Serializable
data
class
NativeCurrency
(
val
name
:
String
,
val
symbol
:
String
,
val
decimals
:
Int
)
Native currency of a network (e.g., ETH for Ethereum, BTC for Bitcoin).
Members
Constructors
Native
Currency
Link copied to clipboard
common
constructor
(
name
:
String
,
symbol
:
String
,
decimals
:
Int
)
Properties
decimals
Link copied to clipboard
common
val
decimals
:
Int
name
Link copied to clipboard
common
val
name
:
String
symbol
Link copied to clipboard
common
val
symbol
:
String