Package org.stellar.sdk.xdr
Class SetTrustLineFlagsOp
java.lang.Object
org.stellar.sdk.xdr.SetTrustLineFlagsOp
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SetTrustLineFlagsOpdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SetTrustLineFlagsOp encodedSetTrustLineFlagsOp) booleanstatic SetTrustLineFlagsOpfromXdrBase64(String xdr) static SetTrustLineFlagsOpfromXdrByteArray(byte[] xdr) getAsset()inthashCode()voidvoidsetClearFlags(Uint32 value) voidsetSetFlags(Uint32 value) voidsetTrustor(AccountID value) byte[]
-
Constructor Details
-
SetTrustLineFlagsOp
public SetTrustLineFlagsOp()
-
-
Method Details
-
getTrustor
-
setTrustor
-
getAsset
-
setAsset
-
getClearFlags
-
setClearFlags
-
getSetFlags
-
setSetFlags
-
encode
public static void encode(XdrDataOutputStream stream, SetTrustLineFlagsOp encodedSetTrustLineFlagsOp) 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
-