MuxedAccount constructor

MuxedAccount(
  1. String _ed25519AccountId,
  2. int? _id
)

Implementation

MuxedAccount(this._ed25519AccountId, this._id) {
  _accountId = "0";
}