Skip to content

Commit 596bcf0

Browse files
update deps
1 parent ecd84bb commit 596bcf0

File tree

11 files changed

+19376
-189
lines changed

11 files changed

+19376
-189
lines changed

dist/web3data.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/api.md

Lines changed: 80 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,86 +1248,6 @@ Class for all Litecoin based methods.
12481248

12491249

12501250

1251-
### src/signature.js
1252-
1253-
1254-
#### new Signature()
1255-
1256-
Contains methods pertaining to the `/signatures` endpoint of Amberdata's API.
1257-
1258-
1259-
1260-
1261-
1262-
1263-
##### Returns
1264-
1265-
1266-
- `Void`
1267-
1268-
1269-
1270-
#### Signature.constructor(web3data)
1271-
1272-
Creates an instance of Signature.
1273-
1274-
1275-
1276-
1277-
##### Parameters
1278-
1279-
| Name | Type | Description | |
1280-
| ---- | ---- | ----------- | -------- |
1281-
| web3data | `object` | - The web3data instance. |   |
1282-
1283-
1284-
1285-
1286-
##### Examples
1287-
1288-
```javascript
1289-
new Signature(new Web3Data('API_KEY'))
1290-
```
1291-
1292-
1293-
##### Returns
1294-
1295-
1296-
- `Void`
1297-
1298-
1299-
1300-
#### Signature.getSignature(hash)
1301-
1302-
Retrieves detailed information about the specified signature hash.
1303-
1304-
1305-
1306-
1307-
##### Parameters
1308-
1309-
| Name | Type | Description | |
1310-
| ---- | ---- | ----------- | -------- |
1311-
| hash | `string` | - The (keccak 256) of the signature. |   |
1312-
1313-
1314-
1315-
1316-
##### Examples
1317-
1318-
```javascript
1319-
const signatureDetails = await web3data.signature.getSignature('0xe2f0a05a')
1320-
```
1321-
1322-
1323-
##### Returns
1324-
1325-
1326-
- `Promise.<Array>` Information pertaining to the specified signature hash.
1327-
1328-
1329-
1330-
13311251
### src/market.js
13321252

13331253

@@ -2332,6 +2252,86 @@ const metrics = await web3data.transaction.getMetrics()
23322252

23332253

23342254

2255+
### src/signature.js
2256+
2257+
2258+
#### new Signature()
2259+
2260+
Contains methods pertaining to the `/signatures` endpoint of Amberdata's API.
2261+
2262+
2263+
2264+
2265+
2266+
2267+
##### Returns
2268+
2269+
2270+
- `Void`
2271+
2272+
2273+
2274+
#### Signature.constructor(web3data)
2275+
2276+
Creates an instance of Signature.
2277+
2278+
2279+
2280+
2281+
##### Parameters
2282+
2283+
| Name | Type | Description | |
2284+
| ---- | ---- | ----------- | -------- |
2285+
| web3data | `object` | - The web3data instance. |   |
2286+
2287+
2288+
2289+
2290+
##### Examples
2291+
2292+
```javascript
2293+
new Signature(new Web3Data('API_KEY'))
2294+
```
2295+
2296+
2297+
##### Returns
2298+
2299+
2300+
- `Void`
2301+
2302+
2303+
2304+
#### Signature.getSignature(hash)
2305+
2306+
Retrieves detailed information about the specified signature hash.
2307+
2308+
2309+
2310+
2311+
##### Parameters
2312+
2313+
| Name | Type | Description | |
2314+
| ---- | ---- | ----------- | -------- |
2315+
| hash | `string` | - The (keccak 256) of the signature. |   |
2316+
2317+
2318+
2319+
2320+
##### Examples
2321+
2322+
```javascript
2323+
const signatureDetails = await web3data.signature.getSignature('0xe2f0a05a')
2324+
```
2325+
2326+
2327+
##### Returns
2328+
2329+
2330+
- `Promise.<Array>` Information pertaining to the specified signature hash.
2331+
2332+
2333+
2334+
23352335
### src/utils.js
23362336

23372337

0 commit comments

Comments
 (0)