Package org.stellar.sdk.xdr
Class LedgerKey.LedgerKeyContractData
java.lang.Object
org.stellar.sdk.xdr.LedgerKey.LedgerKeyContractData
- 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.LedgerKeyContractData encodedLedgerKeyContractData) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) getKey()inthashCode()voidsetContract(SCAddress value) voidvoidbyte[]
-
Constructor Details
-
LedgerKeyContractData
public LedgerKeyContractData()
-
-
Method Details
-
getContract
-
setContract
-
getKey
-
setKey
-
getDurability
-
setDurability
-
encode
public static void encode(XdrDataOutputStream stream, LedgerKey.LedgerKeyContractData encodedLedgerKeyContractData) 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
-