I hereby claim:
- I am frol on github.
- I am frolvlad (https://keybase.io/frolvlad) on keybase.
- I have a public key whose fingerprint is 88F7 06C1 6FC6 C675 B90D DE40 BAD8 9512 3D14 D770
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| // https://youtu.be/2WXaosLThBY | |
| import React, { useState, useEffect } from "react"; | |
| import ReactEcharts from "echarts-for-react"; | |
| import echarts from "echarts"; | |
| import { Tabs, Tab } from "react-bootstrap"; | |
| import StatsApi, { AccountsByDate } from "../../libraries/explorer-wamp/stats"; | |
| import { Props } from "./TransactionsByDate"; |
| {"swagger":"2.0","definitions":{"BalancesResponse":{"type":"object","properties":{"balances":{"type":"array","items":{"type":"object","properties":{"balance":{"type":"string"},"contract_account_id":{"type":"string"},"metadata":{"type":"object","properties":{"decimals":{"type":"integer","format":"int32"},"icon":{"type":"string"},"name":{"type":"string"},"symbol":{"type":"string"}},"required":["decimals","name","symbol"]},"standard":{"type":"string"}},"required":["balance","metadata","standard"]}},"block_height":{"type":"string"},"block_timestamp_nanos":{"type":"string"}},"required":["balances","block_height","block_timestamp_nanos"]},"FtMetadataResponse":{"type":"object","properties":{"block_height":{"type":"string"},"block_timestamp_nanos":{"type":"string"},"metadata":{"type":"object","properties":{"decimals":{"type":"integer","format":"int32"},"icon":{"type":"string"},"name":{"type":"string"},"reference":{"type":"string"},"reference_hash":{"type":"string"},"spec":{"type":"string"},"symbol":{"type":"string"}} |
| { | |
| "openapi": "3.0.0", | |
| "info": { | |
| "title": "NEAR Enchanced API (by Pagoda Inc)", | |
| "version": "0.1" | |
| }, | |
| "servers": [{ | |
| "url": "https://near-enhanced-api-mainnet.fly.dev/" | |
| }], | |
| "paths": { |