Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlchemyResult ¶
type AlchemyResult struct {
Result AlchemyTransfers
}
Sample result:
{ "jsonrpc": "2.0", "id": 0, "result": { "transfers": [ { "blockNum": "0x3c5dc2", "uniqueId": "0xe80924bdd25694c272eebbfb5f1566c26dcca4c79260124e5b2a10c9872a41c3:external", "hash": "0xe80924bdd25694c272eebbfb5f1566c26dcca4c79260124e5b2a10c9872a41c3", "from": "0x12e59115191d91e6e901645cfc8b7686bb7c7dfe", "to": "0x08d2b0a37f869ff76bacb5bab3278e26ab7067b7", "value": 0.02, "erc721TokenId": null, "erc1155Metadata": null, "tokenId": null, "asset": "ETH", "category": "external", "rawContract": { "value": "0x470de4df820000", "address": null, "decimal": "0x12" } } ] } }
type AlchemyTransaction ¶
type AlchemyTransfers ¶
type AlchemyTransfers struct {
Transfers []*AlchemyTransaction
}
Click to show internal directories.
Click to hide internal directories.