Variable cashAddressLengthToSizeBitsConst

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

Type declaration

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

Generated using TypeDoc