Package org.stellar.sdk.xdr
Class AllowTrustResult
java.lang.Object
org.stellar.sdk.xdr.AllowTrustResult
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AllowTrustResultdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, AllowTrustResult encodedAllowTrustResult) booleanstatic AllowTrustResultfromXdrBase64(String xdr) static AllowTrustResultfromXdrByteArray(byte[] xdr) inthashCode()voidbyte[]
-
Constructor Details
-
AllowTrustResult
public AllowTrustResult()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
encode
public static void encode(XdrDataOutputStream stream, AllowTrustResult encodedAllowTrustResult) 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
-