AssetName constructor

AssetName(
  1. List<int> data
)

Constructs an AssetName instance.

Implementation

AssetName(List<int> data) : data = data.asImmutableBytes;