Package org.stellar.sdk.xdr
Class ContractCodeEntry.ContractCodeEntryExt.ContractCodeEntryV1
java.lang.Object
org.stellar.sdk.xdr.ContractCodeEntry.ContractCodeEntryExt.ContractCodeEntryV1
- Enclosing class:
ContractCodeEntry.ContractCodeEntryExt
ContractCodeEntryV1's original definition in the XDR file is:
struct { ExtensionPoint ext; ContractCodeCostInputs costInputs; }
-
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) getExt()
int
hashCode()
void
setCostInputs
(ContractCodeCostInputs costInputs) void
setExt
(ExtensionPoint ext) toString()
default String
default byte[]
-
Constructor Details
-
ContractCodeEntryV1
public ContractCodeEntryV1() -
ContractCodeEntryV1
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
public static ContractCodeEntry.ContractCodeEntryExt.ContractCodeEntryV1 decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
fromXdrBase64
public static ContractCodeEntry.ContractCodeEntryExt.ContractCodeEntryV1 fromXdrBase64(String xdr) throws IOException - Throws:
IOException
-
fromXdrByteArray
public static ContractCodeEntry.ContractCodeEntryExt.ContractCodeEntryV1 fromXdrByteArray(byte[] xdr) throws IOException - Throws:
IOException
-
builder
public static ContractCodeEntry.ContractCodeEntryExt.ContractCodeEntryV1.ContractCodeEntryV1Builder builder() -
toBuilder
-
getExt
-
getCostInputs
-
setExt
-
setCostInputs
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-