MuxedAccount constructor

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

Implementation

MuxedAccount(this._ed25519AccountId, this._id) {
  checkNotNull(_ed25519AccountId, "_ed25519AccountId cannot be null");
}