Package org.stellar.sdk.xdr
Class SetOptionsOp
java.lang.Object
org.stellar.sdk.xdr.SetOptionsOp
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SetOptionsOpdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SetOptionsOp encodedSetOptionsOp) booleanstatic SetOptionsOpfromXdrBase64(String xdr) static SetOptionsOpfromXdrByteArray(byte[] xdr) inthashCode()voidsetClearFlags(Uint32 value) voidsetHighThreshold(Uint32 value) voidsetHomeDomain(String32 value) voidsetInflationDest(AccountID value) voidsetLowThreshold(Uint32 value) voidsetMasterWeight(Uint32 value) voidsetMedThreshold(Uint32 value) voidsetSetFlags(Uint32 value) voidbyte[]
-
Constructor Details
-
SetOptionsOp
public SetOptionsOp()
-
-
Method Details
-
getInflationDest
-
setInflationDest
-
getClearFlags
-
setClearFlags
-
getSetFlags
-
setSetFlags
-
getMasterWeight
-
setMasterWeight
-
getLowThreshold
-
setLowThreshold
-
getMedThreshold
-
setMedThreshold
-
getHighThreshold
-
setHighThreshold
-
getHomeDomain
-
setHomeDomain
-
getSigner
-
setSigner
-
encode
public static void encode(XdrDataOutputStream stream, SetOptionsOp encodedSetOptionsOp) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-