from lbc-transaction-reports.js line 240:
var api_key= fs.readFileSync(config.localbitcoins_readonly_api_key, "utf8")
var api_secret = fs.readFileSync(config.localbitcoins_readonly_api_secret, "utf8")
contract
takes one string that is name of a setting,
returns one string that is the value of a setting
from lbc-transaction-reports.js line 240: var api_key= fs.readFileSync(config.localbitcoins_readonly_api_key, "utf8") var api_secret = fs.readFileSync(config.localbitcoins_readonly_api_secret, "utf8")
contract takes one string that is name of a setting, returns one string that is the value of a setting