mirror of
https://github.com/hwchase17/langchain
synced 2024-11-04 06:00:26 +00:00
parent
93260a9922
commit
934ea80780
@ -13,12 +13,12 @@
|
||||
"You will need a Etherscan api key to proceed. The free api key has 5 calls per seconds quota.\n",
|
||||
"\n",
|
||||
"The loader supports the following six functinalities:\n",
|
||||
"* Retrieve normal transactions under specifc account on Ethereum Mainet\n",
|
||||
"* Retrieve internal transactions under specifc account on Ethereum Mainet\n",
|
||||
"* Retrieve erc20 transactions under specifc account on Ethereum Mainet\n",
|
||||
"* Retrieve erc721 transactions under specifc account on Ethereum Mainet\n",
|
||||
"* Retrieve erc1155 transactions under specifc account on Ethereum Mainet\n",
|
||||
"* Retrieve ethereum balance in wei under specifc account on Ethereum Mainet\n",
|
||||
"* Retrieve normal transactions under specific account on Ethereum Mainet\n",
|
||||
"* Retrieve internal transactions under specific account on Ethereum Mainet\n",
|
||||
"* Retrieve erc20 transactions under specific account on Ethereum Mainet\n",
|
||||
"* Retrieve erc721 transactions under specific account on Ethereum Mainet\n",
|
||||
"* Retrieve erc1155 transactions under specific account on Ethereum Mainet\n",
|
||||
"* Retrieve ethereum balance in wei under specific account on Ethereum Mainet\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"If the account does not have corresponding transactions, the loader will a list with one document. The content of document is ''.\n",
|
||||
|
Loading…
Reference in New Issue
Block a user