Class DumbBytesSupplier<T>

  • All Implemented Interfaces:
    io.hotmoka.crypto.BytesSupplier<T>

    public class DumbBytesSupplier<T>
    extends Object
    implements io.hotmoka.crypto.BytesSupplier<T>
    Author:
    giovanni.antino@h2tcoin.com
    • Constructor Detail

      • DumbBytesSupplier

        public DumbBytesSupplier()
    • Method Detail

      • get

        public byte[] get​(T what)
                   throws Exception
        Specified by:
        get in interface io.hotmoka.crypto.BytesSupplier<T>
        Throws:
        Exception