Represents the parameters required for deployment. DeployParams

interface DeployParams {
    types: string | AbiParameter[];
    values: string[];
}

Properties

Properties

types: string | AbiParameter[]

An array of types associated with the deployment parameters.

values: string[]

An array of values corresponding to the deployment parameters.