AccountBondedInfo constructor

AccountBondedInfo(
  1. String? pubKey,
  2. String? controllerId,
  3. String? stashId
)

Implementation

AccountBondedInfo(this.pubKey, this.controllerId, this.stashId);