Package org.stellar.sdk.xdr
Class ContractCodeEntry.ContractCodeEntryExt.ContractCodeEntryV1
java.lang.Object
org.stellar.sdk.xdr.ContractCodeEntry.ContractCodeEntryExt.ContractCodeEntryV1
- Enclosing class:
ContractCodeEntry.ContractCodeEntryExt
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, ContractCodeEntry.ContractCodeEntryExt.ContractCodeEntryV1 encodedContractCodeEntryV1) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) getExt()inthashCode()voidvoidsetExt(ExtensionPoint value) byte[]
-
Constructor Details
-
ContractCodeEntryV1
public ContractCodeEntryV1()
-
-
Method Details
-
getExt
-
setExt
-
getCostInputs
-
setCostInputs
-
encode
public static void encode(XdrDataOutputStream stream, ContractCodeEntry.ContractCodeEntryExt.ContractCodeEntryV1 encodedContractCodeEntryV1) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
public static ContractCodeEntry.ContractCodeEntryExt.ContractCodeEntryV1 decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- 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
-