Variable cashAddressLengthBitsToLengthConst

cashAddressLengthBitsToLength: {
    0: 20;
    1: 24;
    2: 28;
    3: 32;
    4: 40;
    5: 48;
    6: 56;
    7: 64;
} = ...

Type declaration

  • Readonly 0: 20
  • Readonly 1: 24
  • Readonly 2: 28
  • Readonly 3: 32
  • Readonly 4: 40
  • Readonly 5: 48
  • Readonly 6: 56
  • Readonly 7: 64

Generated using TypeDoc