mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-06-12 15:48:54 +08:00
4 lines
150 B
TypeScript
4 lines
150 B
TypeScript
import { BNSClient } from "../src/bns-client";
|
|
export const mineBlocks = async (bns: BNSClient, blocks: number) => {
|
|
await bns.mineBlocks(blocks);
|
|
} |