Class SCContractInstance

java.lang.Object
org.stellar.sdk.xdr.SCContractInstance
All Implemented Interfaces:
XdrElement

public class SCContractInstance extends Object implements XdrElement
SCContractInstance's original definition in the XDR file is:
 struct SCContractInstance {
     ContractExecutable executable;
     SCMap* storage;
 };