secondaryComponentsMintedTimestamp property

  1. @JsonKey(name: 'secondaryComponentsMintedTimestamp')
String? secondaryComponentsMintedTimestamp
getter/setter pair

Some secondary components are not tracked in the primary response timestamp and have their timestamp tracked here. If your component is any of the following, this field is where you will find your timestamp value: PresentationNodes, Records, Collectibles, Metrics, StringVariables, Craftables, Transitory All other component types may use the primary timestamp property.

Implementation

@JsonKey(name:'secondaryComponentsMintedTimestamp')
String? secondaryComponentsMintedTimestamp;