interface ContractInfo {
    abi: ContractInterface;
    address: string;
}

Properties

Properties

abi: ContractInterface
address: string