stellar-sdk
Toggle table of contents
1.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
stellar-sdk
stellar-sdk
/
com.soneso.stellar.sdk.xdr
/
BeginSponsoringFutureReservesOpXdr
Begin
Sponsoring
Future
Reserves
Op
Xdr
data
class
BeginSponsoringFutureReservesOpXdr
(
val
sponsoredId
:
AccountIDXdr
)
XDR Source: struct BeginSponsoringFutureReservesOp { AccountID sponsoredID; };
Members
Constructors
Begin
Sponsoring
Future
Reserves
Op
Xdr
Link copied to clipboard
constructor
(
sponsoredId
:
AccountIDXdr
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
sponsored
Id
Link copied to clipboard
val
sponsoredId
:
AccountIDXdr
Functions
encode
Link copied to clipboard
fun
encode
(
writer
:
XdrWriter
)