Class Base58.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Constructs a new Base58 builder.
    • Method Detail

      • get

        public Base58 get()
        Builds a new Base58 instance with the configured settings.
        Returns:
        a new Base58 codec.