Package org.stellar.sdk.xdr
Class ChangeTrustOp
java.lang.Object
org.stellar.sdk.xdr.ChangeTrustOp
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ChangeTrustOpdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, ChangeTrustOp encodedChangeTrustOp) booleanstatic ChangeTrustOpfromXdrBase64(String xdr) static ChangeTrustOpfromXdrByteArray(byte[] xdr) getLimit()getLine()inthashCode()voidvoidsetLine(ChangeTrustAsset value) byte[]
-
Constructor Details
-
ChangeTrustOp
public ChangeTrustOp()
-
-
Method Details
-
getLine
-
setLine
-
getLimit
-
setLimit
-
encode
public static void encode(XdrDataOutputStream stream, ChangeTrustOp encodedChangeTrustOp) 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
-