Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
siradji committed Jun 2, 2021
1 parent 0958afe commit fb52da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/jellyfish-api-core/src/category/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export class Account {
* @param {number} [options.depth] Maximum depth, from the genesis block is the default
* @param {boolean} [options.no_rewards] Filter out rewards
* @param {string} [options.token] Filter by token
* @param {TxType | string} [options.txtype] Filter by transaction type. See TxType.
* @param {TxType} [options.txtype] Filter by transaction type. See TxType.
* @param {number} [options.limit=100] Maximum number of records to return, 100 by default
* @return {Promise<AccountHistory[]>}
*/
Expand Down Expand Up @@ -285,7 +285,7 @@ export class Account {
* @param {AccountHistoryCountOptions} [options]
* @param {boolean} [options.no_rewards] Filter out rewards
* @param {string} [options.token] Filter by token
* @param {TxType | string} [options.txtype] Filter by transaction type, supported letter from 'CRTMNnpuslrUbBG'
* @param {TxType} [options.txtype] Filter by transaction type, supported letter from 'CRTMNnpuslrUbBG'
* @return {Promise<number>} count of account history
*/
async historyCount (
Expand Down

0 comments on commit fb52da2

Please sign in to comment.