Package org.stellar.sdk.xdr
Class AllowTrustOp
java.lang.Object
org.stellar.sdk.xdr.AllowTrustOp
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AllowTrustOpdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, AllowTrustOp encodedAllowTrustOp) booleanstatic AllowTrustOpfromXdrBase64(String xdr) static AllowTrustOpfromXdrByteArray(byte[] xdr) getAsset()inthashCode()voidvoidsetAuthorize(Uint32 value) voidsetTrustor(AccountID value) byte[]
-
Constructor Details
-
AllowTrustOp
public AllowTrustOp()
-
-
Method Details
-
getTrustor
-
setTrustor
-
getAsset
-
setAsset
-
getAuthorize
-
setAuthorize
-
encode
public static void encode(XdrDataOutputStream stream, AllowTrustOp encodedAllowTrustOp) 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
-