Package org.stellar.sdk.xdr
Class LedgerCloseValueSignature
java.lang.Object
org.stellar.sdk.xdr.LedgerCloseValueSignature
LedgerCloseValueSignature's original definition in the XDR file is:
struct LedgerCloseValueSignature { NodeID nodeID; // which node introduced the value Signature signature; // nodeID's signature };
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static LedgerCloseValueSignature
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static LedgerCloseValueSignature
fromXdrBase64
(String xdr) static LedgerCloseValueSignature
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
void
setSignature
(Signature signature) toString()
default String
default byte[]
-
Constructor Details
-
LedgerCloseValueSignature
public LedgerCloseValueSignature() -
LedgerCloseValueSignature
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getNodeID
-
getSignature
-
setNodeID
-
setSignature
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-