Package org.stellar.sdk.xdr
Class LedgerKey.LedgerKeyContractCode
java.lang.Object
org.stellar.sdk.xdr.LedgerKey.LedgerKeyContractCode
- Enclosing class:
LedgerKey
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, LedgerKey.LedgerKeyContractCode encodedLedgerKeyContractCode) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) getHash()inthashCode()voidbyte[]
-
Constructor Details
-
LedgerKeyContractCode
public LedgerKeyContractCode()
-
-
Method Details
-
getHash
-
setHash
-
encode
public static void encode(XdrDataOutputStream stream, LedgerKey.LedgerKeyContractCode encodedLedgerKeyContractCode) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-