UNPKG

@ledgerhq/coin-canton

Version:
6 lines 260 B
import { getNextSequence } from "../../network/node"; // Could be getAccountInfo so it is used in both bridge and api export async function getNextValidSequence(address) { return await getNextSequence(address); } //# sourceMappingURL=getNextSequence.js.map