Skip to content

Commit

Permalink
fix(example): Regenerate lock (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
nduchak committed Apr 14, 2020
1 parent 52810f2 commit 5b6a30e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 26,399 deletions.
3 changes: 2 additions & 1 deletion es/tx/builder/index.js
Expand Up @@ -297,7 +297,8 @@ export function validateParams (params, schema, { excludeKeys = [] }) {
* @param {Object} params Object with tx params
* @param {Array} schema Transaction schema
* @param {Object} [options={}] options
* @param {Array} [options.excludeKeys] excludeKeys Array of keys to exclude for validation and build
* @param {Array} [options.excludeKeys=[]] excludeKeys Array of keys to exclude for validation and build
* @param {String} [options.denomination='aettos'] denomination Denomination of amounts (default: aettos)
* @throws {Error} Validation error
* @return {Array} Array with binary fields of transaction
*/
Expand Down

0 comments on commit 5b6a30e

Please sign in to comment.