UNPKG

@ledgerhq/coin-canton

Version:
9 lines 387 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getNextValidSequence = getNextValidSequence; const node_1 = require("../../network/node"); // Could be getAccountInfo so it is used in both bridge and api async function getNextValidSequence(address) { return await (0, node_1.getNextSequence)(address); } //# sourceMappingURL=getNextSequence.js.map