stellar-sdk
Toggle table of contents
1.3.0
common
js
jvm
native
Target filter
common
js
jvm
native
Switch theme
Search in API
Skip to content
stellar-sdk
stellar-sdk
/
com.soneso.stellar.sdk.xdr
/
XdrWriter
Xdr
Writer
common
js
jvm
native
expect
class
XdrWriter
actual
class
XdrWriter
actual
class
XdrWriter
actual
class
XdrWriter
Members
Constructors
Xdr
Writer
Link copied to clipboard
common
js
jvm
native
expect
constructor
(
)
actual
constructor
(
)
actual
constructor
(
)
actual
constructor
(
)
Functions
flush
Link copied to clipboard
common
js
jvm
native
expect
fun
flush
(
)
actual
fun
flush
(
)
actual
fun
flush
(
)
actual
fun
flush
(
)
to
Byte
Array
Link copied to clipboard
common
js
jvm
native
expect
fun
toByteArray
(
)
:
ByteArray
actual
fun
toByteArray
(
)
:
ByteArray
actual
fun
toByteArray
(
)
:
ByteArray
actual
fun
toByteArray
(
)
:
ByteArray
write
Boolean
Link copied to clipboard
common
js
jvm
native
expect
fun
writeBoolean
(
value
:
Boolean
)
actual
fun
writeBoolean
(
value
:
Boolean
)
actual
fun
writeBoolean
(
value
:
Boolean
)
actual
fun
writeBoolean
(
value
:
Boolean
)
write
Double
Link copied to clipboard
common
js
jvm
native
expect
fun
writeDouble
(
value
:
Double
)
actual
fun
writeDouble
(
value
:
Double
)
actual
fun
writeDouble
(
value
:
Double
)
actual
fun
writeDouble
(
value
:
Double
)
write
Fixed
Opaque
Link copied to clipboard
common
js
jvm
native
expect
fun
writeFixedOpaque
(
value
:
ByteArray
,
expectedLength
:
Int
?
=
null
)
actual
fun
writeFixedOpaque
(
value
:
ByteArray
,
expectedLength
:
Int
?
)
actual
fun
writeFixedOpaque
(
value
:
ByteArray
,
expectedLength
:
Int
?
)
actual
fun
writeFixedOpaque
(
value
:
ByteArray
,
expectedLength
:
Int
?
)
write
Float
Link copied to clipboard
common
js
jvm
native
expect
fun
writeFloat
(
value
:
Float
)
actual
fun
writeFloat
(
value
:
Float
)
actual
fun
writeFloat
(
value
:
Float
)
actual
fun
writeFloat
(
value
:
Float
)
write
Int
Link copied to clipboard
common
js
jvm
native
expect
fun
writeInt
(
value
:
Int
)
actual
fun
writeInt
(
value
:
Int
)
actual
fun
writeInt
(
value
:
Int
)
actual
fun
writeInt
(
value
:
Int
)
write
Long
Link copied to clipboard
common
js
jvm
native
expect
fun
writeLong
(
value
:
Long
)
actual
fun
writeLong
(
value
:
Long
)
actual
fun
writeLong
(
value
:
Long
)
actual
fun
writeLong
(
value
:
Long
)
write
String
Link copied to clipboard
common
js
jvm
native
expect
fun
writeString
(
value
:
String
)
actual
fun
writeString
(
value
:
String
)
actual
fun
writeString
(
value
:
String
)
actual
fun
writeString
(
value
:
String
)
write
Unsigned
Int
Link copied to clipboard
common
js
jvm
native
expect
fun
writeUnsignedInt
(
value
:
UInt
)
actual
fun
writeUnsignedInt
(
value
:
UInt
)
actual
fun
writeUnsignedInt
(
value
:
UInt
)
actual
fun
writeUnsignedInt
(
value
:
ERROR CLASS: Symbol not found for UInt
)
write
Unsigned
Long
Link copied to clipboard
common
js
jvm
native
expect
fun
writeUnsignedLong
(
value
:
ULong
)
actual
fun
writeUnsignedLong
(
value
:
ULong
)
actual
fun
writeUnsignedLong
(
value
:
ULong
)
actual
fun
writeUnsignedLong
(
value
:
ERROR CLASS: Symbol not found for ULong
)
write
Variable
Opaque
Link copied to clipboard
common
js
jvm
native
expect
fun
writeVariableOpaque
(
value
:
ByteArray
)
actual
fun
writeVariableOpaque
(
value
:
ByteArray
)
actual
fun
writeVariableOpaque
(
value
:
ByteArray
)
actual
fun
writeVariableOpaque
(
value
:
ByteArray
)