stellar_flutter_sdk
stellar_flutter_sdk
Address
Address constructor
Address
Address
constructor
Null safety
Address
(
int
_type
,
{
String
?
accountId
,
String
?
contractId
}
)
Implementation
Address(this._type, {this.accountId, this.contractId});
stellar_flutter_sdk
stellar_flutter_sdk
Address
Address constructor
Address class
Constructors
Address
Properties
accountId
contractId
hashCode
runtimeType
type
Methods
noSuchMethod
toString
toXdr
toXdrSCVal
Operators
operator ==
Static methods
forAccountId
forContractId
fromXdr
Constants
TYPE_ACCOUNT
TYPE_CONTRACT