MPCAccountInfo constructor

MPCAccountInfo({
  1. required String adress,
  2. required String publicKey,
})

Implementation

MPCAccountInfo({required this.adress, required this.publicKey});