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
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static LedgerCloseValueSignaturedecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic LedgerCloseValueSignaturefromXdrBase64(String xdr) static LedgerCloseValueSignaturefromXdrByteArray(byte[] xdr) inthashCode()voidvoidsetSignature(Signature signature) toString()default Stringdefault 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
-