stellar_flutter_sdk
stellar_flutter_sdk
MuxedAccount
MuxedAccount constructor
MuxedAccount
stellar_flutter_sdk
stellar_flutter_sdk
MuxedAccount
MuxedAccount constructor
MuxedAccount class
Constructors
MuxedAccount
Properties
accountId
hashCode
id
runtimeType
Methods
noSuchMethod
toString
toXdr
Operators
operator ==
Static methods
fromXdr
MuxedAccount
constructor
MuxedAccount
(
String
_accountId
,
int
_id
)
Implementation
MuxedAccount(this._accountId, this._id) { checkNotNull(_accountId, "accountId cannot be null"); }