Interface PreparedData

interface PreparedData {
    ethCallResults: { [key: string]: string };
}

Properties

Properties

ethCallResults: { [key: string]: string }