interface ConcurrentTokenIdentifiers {
    index: AggregatorSnapshot<bigint>;
    name: AggregatorSnapshot<string>;
}

Properties

Properties

index: AggregatorSnapshot<bigint>
name: AggregatorSnapshot<string>