ContractConfig: {
    abi: any;
    bytecode: string;
}

Name

ContractConfig

Param

Abi of the contract

Param

Bytecode of the contract

Type declaration

  • abi: any
  • bytecode: string