随笔分类 -  NodeJS

摘要:打开项目文件夹下 查找 修改为 查找 修改为 原方法地址 https://github.com/facebook/react native/issues/21498 issuecomment 476621627 阅读全文
posted @ 2020-01-16 15:12 至尊王者 阅读(1200) 评论(0) 推荐(0) 编辑
摘要:阿里云镜像 中科大镜像 阅读全文
posted @ 2019-10-24 09:31 至尊王者 阅读(2083) 评论(0) 推荐(0) 编辑
摘要:```javascript const TX_TYPE_IN = 1; const TX_TYPE_OUT = 2; export const CreateUtxos = async (address: string, data: any) => { let mapData = new Map(); let temp = new Map(); for (const ite... 阅读全文
posted @ 2019-10-17 11:44 至尊王者 阅读(256) 评论(0) 推荐(0) 编辑
摘要:转账的时候需要手动寻找每一笔未花费记录实在太费时。 比特币转账需要提取或合并所有未花费的交易中的比特币,才能实现交易。 typescript import as bitcoin from 'bitcoinjs lib'; import fetch, { Response } from 'node f 阅读全文
posted @ 2019-09-25 20:18 至尊王者 阅读(1179) 评论(0) 推荐(0) 编辑