Function getUpdateContractParameterSchema

  • Returns

    buffer containing the schema for of update contract parameters

    Parameters

    • moduleSchema: ArrayBuffer

      buffer for the schema of a module that contains the contract

    • contractName: ContractName

      name of the contract that the update contract transaction will update

    • receiveFunctionName: EntrypointName.Type<string>

      name of function that the update contract transaction will invoke

    • Optional schemaVersion: SchemaVersion

      the version of the schema provided

    Returns Uint8Array

Generated using TypeDoc