UNPKG

167 BJavaScriptView Raw
1module.exports = `
2library TestsAccounts {
3 function getAccount(uint index) public returns (address) {
4 >accounts<
5 return accounts[index];
6 }
7}
8`