Class GroupData

java.lang.Object
i5.las2peer.registry.data.GroupData

public class GroupData extends Object
Contains user data exactly as stored in blockchain. In the getters the fields will be converted to useful values.
  • Constructor Details

    • GroupData

      public GroupData(byte[] name, byte[] agentId, byte[] publicKey, String ownerAddress)
  • Method Details