Class LedgerCloseValueSignature

java.lang.Object
org.stellar.sdk.xdr.LedgerCloseValueSignature
All Implemented Interfaces:
XdrElement

public class LedgerCloseValueSignature extends Object implements XdrElement
LedgerCloseValueSignature's original definition in the XDR file is:
 struct LedgerCloseValueSignature
 {
     NodeID nodeID;       // which node introduced the value
     Signature signature; // nodeID's signature
 };