Skip to content

Commit 5b6a30e

Browse files
authored
fix(example): Regenerate lock (#960)
1 parent 52810f2 commit 5b6a30e

File tree

5 files changed

+3
-26399
lines changed

5 files changed

+3
-26399
lines changed

es/tx/builder/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,8 @@ export function validateParams (params, schema, { excludeKeys = [] }) {
297297
* @param {Object} params Object with tx params
298298
* @param {Array} schema Transaction schema
299299
* @param {Object} [options={}] options
300-
* @param {Array} [options.excludeKeys] excludeKeys Array of keys to exclude for validation and build
300+
* @param {Array} [options.excludeKeys=[]] excludeKeys Array of keys to exclude for validation and build
301+
* @param {String} [options.denomination='aettos'] denomination Denomination of amounts (default: aettos)
301302
* @throws {Error} Validation error
302303
* @return {Array} Array with binary fields of transaction
303304
*/

0 commit comments

Comments
 (0)