Variable cashAddressLengthToSizeBitsConst

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

Type declaration

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

Generated using TypeDoc