Package org.stellar.sdk.xdr
Class LedgerCloseValueSignature
java.lang.Object
org.stellar.sdk.xdr.LedgerCloseValueSignature
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LedgerCloseValueSignaturedecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, LedgerCloseValueSignature encodedLedgerCloseValueSignature) booleanstatic LedgerCloseValueSignaturefromXdrBase64(String xdr) static LedgerCloseValueSignaturefromXdrByteArray(byte[] xdr) inthashCode()voidvoidsetSignature(Signature value) byte[]
-
Constructor Details
-
LedgerCloseValueSignature
public LedgerCloseValueSignature()
-
-
Method Details
-
getNodeID
-
setNodeID
-
getSignature
-
setSignature
-
encode
public static void encode(XdrDataOutputStream stream, LedgerCloseValueSignature encodedLedgerCloseValueSignature) 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
-