entropyBitLen property

List<int> entropyBitLen
final

List of supported entropy bit lengths for Monero wallets.

Implementation

static final List<int> entropyBitLen = [
  MoneroEntropyBitLen.bitLen128,
  MoneroEntropyBitLen.bitLen256,
];