Class LedgerCloseValueSignature

java.lang.Object
org.stellar.sdk.xdr.LedgerCloseValueSignature

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