generateID abstract method

ID generateID(
  1. int network
)

Generate ID with this metadata for the specified network.

network is the target network identifier (type).

Returns a new ID instance (without terminal) derived from this metadata.

Implementation

ID generateID(int network);