Class Defaults


  • public class Defaults
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.List<java.lang.Integer> allowedDecodedLengths
      const defaults = { allowedDecodedLengths: [1, 2, 4, 8, 32], // publicKey has prefix + 2 checksum bytes, short only prefix + 1 checksum byte allowedEncodedLengths: [3, 4, 6, 10, 35], allowedPrefix: [0, 1, 3, 42, 43, 68, 69] as Array, prefix: 42 as Prefix };
      static java.util.List<java.lang.Integer> allowedEncodedLengths  
      static java.util.List<java.lang.Integer> allowedPrefix  
      static byte prefix  
    • Constructor Summary

      Constructors 
      Constructor Description
      Defaults()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • allowedDecodedLengths

        public static java.util.List<java.lang.Integer> allowedDecodedLengths
        const defaults = { allowedDecodedLengths: [1, 2, 4, 8, 32], // publicKey has prefix + 2 checksum bytes, short only prefix + 1 checksum byte allowedEncodedLengths: [3, 4, 6, 10, 35], allowedPrefix: [0, 1, 3, 42, 43, 68, 69] as Array, prefix: 42 as Prefix };
      • allowedEncodedLengths

        public static java.util.List<java.lang.Integer> allowedEncodedLengths
      • allowedPrefix

        public static java.util.List<java.lang.Integer> allowedPrefix
      • prefix

        public static byte prefix
    • Constructor Detail

      • Defaults

        public Defaults()