alphabet property

String get alphabet

Retrieve the Base58 alphabet specific to Monero (XMR).

Implementation

static String get alphabet => Base58Const.alphabets[Base58Alphabets.bitcoin]!;