Package org.stellar.sdk.xdr
Class SCPEnvelope
java.lang.Object
org.stellar.sdk.xdr.SCPEnvelope
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SCPEnvelopedecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SCPEnvelope encodedSCPEnvelope) booleanstatic SCPEnvelopefromXdrBase64(String xdr) static SCPEnvelopefromXdrByteArray(byte[] xdr) inthashCode()voidsetSignature(Signature value) voidsetStatement(SCPStatement value) byte[]
-
Constructor Details
-
SCPEnvelope
public SCPEnvelope()
-
-
Method Details
-
getStatement
-
setStatement
-
getSignature
-
setSignature
-
encode
public static void encode(XdrDataOutputStream stream, SCPEnvelope encodedSCPEnvelope) 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
-