Interface PreparedData_EthCallResultsEntry

interface PreparedData_EthCallResultsEntry {
    key: string;
    value: string;
}

Properties

Properties

key: string
value: string