Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

readBytecode

  • readBytecode(bytecode?: schema.BytecodeObject, parent?: pkg.Bytecode): Bytecode | undefined

readCompiler

  • readCompiler(compiler: CompilerInformation): Compiler

readContractType

  • readContractType(contractType: ContractType, alias: string): ContractType

readContractTypes

  • readContractTypes(contractTypes: ContractTypes): pkg.ContractTypes

readDeployment

  • readDeployment(deployment: Deployment, types: pkg.ContractTypes): pkg.Deployment

readDeployments

  • readDeployments(deployments: Deployments, types: pkg.ContractTypes): pkg.Deployments

readInstance

  • readInstance(instance: ContractInstance, types: pkg.ContractTypes): ContractInstance

readLinkDependencies

  • readLinkDependencies(linkDependencies: schema.LinkDependencies): Array<Value>

writeBytecode

  • writeBytecode(bytecode: Bytecode, parent?: pkg.Bytecode): schema.BytecodeObject

writeCompiler

  • writeCompiler(compiler: Compiler): CompilerInformation

writeContractType

  • writeContractType(contractType: ContractType, alias: pkg.ContractAlias): ContractType

writeContractTypes

  • writeContractTypes(contractTypes: pkg.ContractTypes): ContractTypes

writeDeployment

  • writeDeployment(deployment: pkg.Deployment, types: pkg.ContractTypes): Deployment

writeDeployments

  • writeDeployments(deployments: pkg.Deployments, types: pkg.ContractTypes): Deployments

writeInstance

  • writeInstance(instance: ContractInstance, types: pkg.ContractTypes): ContractInstance

writeLinkDependencies

  • writeLinkDependencies(linkDependencies: Array<Value>): schema.LinkDependencies

Generated using TypeDoc