Package org.stellar.sdk.xdr
Class LedgerKey.LedgerKeyContractCode
java.lang.Object
org.stellar.sdk.xdr.LedgerKey.LedgerKeyContractCode
- Enclosing class:
LedgerKey
LedgerKeyContractCode's original definition in the XDR file is:
struct { Hash hash; }
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
fromXdrBase64
(String xdr) fromXdrByteArray
(byte[] xdr) getHash()
int
hashCode()
void
toString()
default String
default byte[]
-
Constructor Details
-
LedgerKeyContractCode
public LedgerKeyContractCode() -
LedgerKeyContractCode
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getHash
-
setHash
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-