Package org.stellar.sdk.xdr
Class SCNonceKey
java.lang.Object
org.stellar.sdk.xdr.SCNonceKey
SCNonceKey's original definition in the XDR file is:
struct SCNonceKey { int64 nonce; };
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SCNonceKey.SCNonceKeyBuilder
builder()
static SCNonceKey
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static SCNonceKey
fromXdrBase64
(String xdr) static SCNonceKey
fromXdrByteArray
(byte[] xdr) getNonce()
int
hashCode()
void
toString()
default String
default byte[]
-
Constructor Details
-
SCNonceKey
public SCNonceKey() -
SCNonceKey
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getNonce
-
setNonce
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-