STELLAR_COIN_TYPE

const val STELLAR_COIN_TYPE: Int = 148

Stellar's registered coin type in SLIP-0044.

Per SLIP-0044: Stellar (XLM) is registered with coin type 148. See: https://github.com/satoshilabs/slips/blob/master/slip-0044.md

SEP-5 derivation path: m/44'/148'/n'

  • 44' = BIP-44 purpose

  • 148' = Stellar coin type

  • n' = account index (hardened)