activeStake property

  1. @BuiltValueField(wireName: r'active_stake')
String? activeStake

Sum of all the active stakes within the epoch in Lovelaces

Implementation

@BuiltValueField(wireName: r'active_stake')
String? get activeStake;