stellar_flutter_sdk
stellar_flutter_sdk
XdrPeerAddressIp
ipv4 property
ipv4
stellar_flutter_sdk
stellar_flutter_sdk
XdrPeerAddressIp
ipv4 property
XdrPeerAddressIp class
Constructors
XdrPeerAddressIp
Properties
discriminant
hashCode
ipv4
ipv6
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
decode
encode
ipv4
property
Uint8List
ipv4
Implementation
Uint8List get ipv4 => this._ipv4;
void
ipv4=
(
Uint8List
value
)
Implementation
set ipv4(Uint8List value) => this._ipv4 = value;