@wharfkit/contract
Advanced tools
Comparing version 0.4.3 to 1.0.0
@@ -155,5 +155,2 @@ import { ABI, APIClient, API, ABIDef, NameType, Name, PermissionLevelType, BytesType, ABISerializableObject, Action, Blob } from '@wharfkit/antelope'; | ||
* Each key-value pair in the queryParams object corresponds to a field and its expected value in the table. | ||
* @param {GetTableRowsOptions} options - Options for retrieving the table rows. | ||
* May include: | ||
* - `limit`: Maximum number of rows to return. | ||
* @returns {TableCursor<TableRow>} Promise resolving to a `TableCursor` of the filtered table rows. | ||
@@ -165,2 +162,3 @@ */ | ||
* | ||
* @param {API.v1.TableIndexType | string} value - The value to match against the index. | ||
* @param {QueryParams} queryParams - Query parameters to identify a single row (eg. `{ id: 1 }`). | ||
@@ -174,5 +172,4 @@ * Each key-value pair in the queryParams object corresponds to a field and its expected value in the table. | ||
* | ||
* @param {GetTableRowsOptions} options - Options for retrieving the table rows. | ||
* May include: | ||
* - `limit`: Maximum number of rows to return. | ||
* @param {number} maxRows - The maximum number of rows to return. | ||
* @param {QueryParams} queryParams - Query parameters to filter rows. | ||
* @returns {TableCursor<TableRow>} Promise resolving to a `TableCursor` of the table rows. | ||
@@ -218,3 +215,2 @@ */ | ||
* @param {ContractArgs} args - The required arguments for a contract. | ||
* @param {ContractOptions} options - The options for the contract. | ||
*/ | ||
@@ -221,0 +217,0 @@ constructor(args: ContractArgs); |
{ | ||
"name": "@wharfkit/contract", | ||
"description": "ContractKit for Wharf", | ||
"version": "0.4.3", | ||
"version": "1.0.0", | ||
"homepage": "https://github.com/wharfkit/contract", | ||
@@ -19,9 +19,9 @@ "license": "BSD-3-Clause", | ||
"dependencies": { | ||
"@wharfkit/abicache": "^1.1.1", | ||
"@wharfkit/antelope": "^0.8.0", | ||
"@wharfkit/signing-request": "^3.0.0", | ||
"@wharfkit/abicache": "^1.2.0", | ||
"@wharfkit/antelope": "^1.0.0", | ||
"@wharfkit/signing-request": "^3.1.0", | ||
"tslib": "^2.1.0" | ||
}, | ||
"resolutions": { | ||
"@wharfkit/antelope": "^0.8.0" | ||
"@wharfkit/antelope": "^1.0.0" | ||
}, | ||
@@ -28,0 +28,0 @@ "devDependencies": { |
@@ -20,3 +20,3 @@ # Contract Kit | ||
# or | ||
npm install --save @wharfkit/ | ||
npm install --save @wharfkit/contract | ||
``` | ||
@@ -23,0 +23,0 @@ |
@@ -51,3 +51,2 @@ import { | ||
* @param {ContractArgs} args - The required arguments for a contract. | ||
* @param {ContractOptions} options - The options for the contract. | ||
*/ | ||
@@ -54,0 +53,0 @@ constructor(args: ContractArgs) { |
@@ -107,5 +107,2 @@ import {ABI, ABIDef, API, APIClient, Name, NameType, Serializer} from '@wharfkit/antelope' | ||
* Each key-value pair in the queryParams object corresponds to a field and its expected value in the table. | ||
* @param {GetTableRowsOptions} options - Options for retrieving the table rows. | ||
* May include: | ||
* - `limit`: Maximum number of rows to return. | ||
* @returns {TableCursor<TableRow>} Promise resolving to a `TableCursor` of the filtered table rows. | ||
@@ -157,2 +154,3 @@ */ | ||
* | ||
* @param {API.v1.TableIndexType | string} value - The value to match against the index. | ||
* @param {QueryParams} queryParams - Query parameters to identify a single row (eg. `{ id: 1 }`). | ||
@@ -214,5 +212,4 @@ * Each key-value pair in the queryParams object corresponds to a field and its expected value in the table. | ||
* | ||
* @param {GetTableRowsOptions} options - Options for retrieving the table rows. | ||
* May include: | ||
* - `limit`: Maximum number of rows to return. | ||
* @param {number} maxRows - The maximum number of rows to return. | ||
* @param {QueryParams} queryParams - Query parameters to filter rows. | ||
* @returns {TableCursor<TableRow>} Promise resolving to a `TableCursor` of the table rows. | ||
@@ -219,0 +216,0 @@ */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
101132
1824
- Removed@wharfkit/antelope@0.8.0(transitive)
Updated@wharfkit/abicache@^1.2.0
Updated@wharfkit/antelope@^1.0.0