Package org.stellar.sdk.xdr
Class ContractCodeCostInputs
java.lang.Object
org.stellar.sdk.xdr.ContractCodeCostInputs
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ContractCodeCostInputsdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, ContractCodeCostInputs encodedContractCodeCostInputs) booleanstatic ContractCodeCostInputsfromXdrBase64(String xdr) static ContractCodeCostInputsfromXdrByteArray(byte[] xdr) getExt()inthashCode()voidsetExt(ExtensionPoint value) voidsetNDataSegmentBytes(Uint32 value) voidsetNDataSegments(Uint32 value) voidsetNElemSegments(Uint32 value) voidsetNExports(Uint32 value) voidsetNFunctions(Uint32 value) voidsetNGlobals(Uint32 value) voidsetNImports(Uint32 value) voidsetNInstructions(Uint32 value) voidsetNTableEntries(Uint32 value) voidbyte[]
-
Constructor Details
-
ContractCodeCostInputs
public ContractCodeCostInputs()
-
-
Method Details
-
getExt
-
setExt
-
getNInstructions
-
setNInstructions
-
getNFunctions
-
setNFunctions
-
getNGlobals
-
setNGlobals
-
getNTableEntries
-
setNTableEntries
-
getNTypes
-
setNTypes
-
getNDataSegments
-
setNDataSegments
-
getNElemSegments
-
setNElemSegments
-
getNImports
-
setNImports
-
getNExports
-
setNExports
-
getNDataSegmentBytes
-
setNDataSegmentBytes
-
encode
public static void encode(XdrDataOutputStream stream, ContractCodeCostInputs encodedContractCodeCostInputs) 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
-