*\r
* @param {number} index - Account to use for signing\r
* @param {Block} block - Block data to be hashed and signed\r
- * @param {Block} frontier - Previous block data to be cached by Ledger wallet\r
+ * @param {Block} [frontier] - Previous block data to be cached by Ledger wallet\r
*/\r
- async sign (index: number, block: Block, frontier: Block): Promise<void>\r
+ async sign (index: number, block: Block, frontier?: Block): Promise<void>\r
async sign (index: number, block: Block, frontier?: Block): Promise<void> {\r
await _sign(this, this.#vault, index, block, frontier)\r
}\r