Class SCNonceKey

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

public class SCNonceKey extends Object
SCNonceKey's original definition in the XDR file is:
 struct SCNonceKey {
     int64 nonce;
 };