Package org.stellar.sdk.xdr
Class BeginSponsoringFutureReservesOp
java.lang.Object
org.stellar.sdk.xdr.BeginSponsoringFutureReservesOp
- All Implemented Interfaces:
XdrElement
BeginSponsoringFutureReservesOp's original definition in the XDR file is:
struct BeginSponsoringFutureReservesOp
{
AccountID sponsoredID;
};
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) inthashCode()voidsetSponsoredID(AccountID sponsoredID) toString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
BeginSponsoringFutureReservesOp
public BeginSponsoringFutureReservesOp() -
BeginSponsoringFutureReservesOp
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getSponsoredID
-
setSponsoredID
-
equals
-
hashCode
public int hashCode() -
toString
-