Interface ServerRegistrationApi

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void registration​(java.lang.String salt, java.lang.String suffix, int[] passwords, java.util.UUID parent, io.aether.api.common.Key returnKey, GlobalApiStream globalApi)  
      io.aether.utils.futures.ARFuture<io.aether.api.common.WorkProofDTO> requestWorkProofData​(java.util.UUID parent, io.aether.api.common.PowMethod powMethods, io.aether.api.common.Key returnKey)  
      io.aether.utils.futures.ARFuture<io.aether.api.common.ServerDescriptor[]> resolveServers​(io.aether.api.common.Cloud serverIds)  
    • Method Detail

      • registration

        void registration​(java.lang.String salt,
                          java.lang.String suffix,
                          int[] passwords,
                          java.util.UUID parent,
                          io.aether.api.common.Key returnKey,
                          GlobalApiStream globalApi)
      • requestWorkProofData

        io.aether.utils.futures.ARFuture<io.aether.api.common.WorkProofDTO> requestWorkProofData​(java.util.UUID parent,
                                                                                                 io.aether.api.common.PowMethod powMethods,
                                                                                                 io.aether.api.common.Key returnKey)
      • resolveServers

        io.aether.utils.futures.ARFuture<io.aether.api.common.ServerDescriptor[]> resolveServers​(io.aether.api.common.Cloud serverIds)