mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-06-18 03:38:57 +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);
|
|
} |