Package org.stellar.sdk.xdr
Class SCPEnvelope
java.lang.Object
org.stellar.sdk.xdr.SCPEnvelope
SCPEnvelope's original definition in the XDR file is:
struct SCPEnvelope { SCPStatement statement; Signature signature; };
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static SCPEnvelope
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static SCPEnvelope
fromXdrBase64
(String xdr) static SCPEnvelope
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setSignature
(Signature signature) void
setStatement
(SCPStatement statement) toString()
default String
default byte[]
-
Constructor Details
-
SCPEnvelope
public SCPEnvelope() -
SCPEnvelope
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getStatement
-
getSignature
-
setStatement
-
setSignature
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-