policyAndAssetName property

Tuple<PolicyID, AssetName>? get policyAndAssetName

Implementation

Tuple<PolicyID, AssetName>? get policyAndAssetName {
  if (islovelace) return null;
  return ADAHelper.separatePolcyAndAssetName(unit);
}