ContractCodeCostInputsXdr

data class ContractCodeCostInputsXdr(val ext: ExtensionPointXdr, val nInstructions: Uint32Xdr, val nFunctions: Uint32Xdr, val nGlobals: Uint32Xdr, val nTableEntries: Uint32Xdr, val nTypes: Uint32Xdr, val nDataSegments: Uint32Xdr, val nElemSegments: Uint32Xdr, val nImports: Uint32Xdr, val nExports: Uint32Xdr, val nDataSegmentBytes: Uint32Xdr)

XDR Source: struct ContractCodeCostInputs { ExtensionPoint ext; uint32 nInstructions; uint32 nFunctions; uint32 nGlobals; uint32 nTableEntries; uint32 nTypes; uint32 nDataSegments; uint32 nElemSegments; uint32 nImports; uint32 nExports; uint32 nDataSegmentBytes; };

Constructors

Link copied to clipboard
constructor(ext: ExtensionPointXdr, nInstructions: Uint32Xdr, nFunctions: Uint32Xdr, nGlobals: Uint32Xdr, nTableEntries: Uint32Xdr, nTypes: Uint32Xdr, nDataSegments: Uint32Xdr, nElemSegments: Uint32Xdr, nImports: Uint32Xdr, nExports: Uint32Xdr, nDataSegmentBytes: Uint32Xdr)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)