Package org.stellar.sdk.xdr
Class SCContractInstance
java.lang.Object
org.stellar.sdk.xdr.SCContractInstance
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SCContractInstancedecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SCContractInstance encodedSCContractInstance) booleanstatic SCContractInstancefromXdrBase64(String xdr) static SCContractInstancefromXdrByteArray(byte[] xdr) inthashCode()voidsetExecutable(ContractExecutable value) voidsetStorage(SCMap value) byte[]
-
Constructor Details
-
SCContractInstance
public SCContractInstance()
-
-
Method Details
-
getExecutable
-
setExecutable
-
getStorage
-
setStorage
-
encode
public static void encode(XdrDataOutputStream stream, SCContractInstance encodedSCContractInstance) 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
-