UNPKG

bmultisig

Version:

Bcoin wallet plugin for multi signature transaction proposals

16 lines (10 loc) 129 B
all: lint: @npm run lint docs: @npm run docs cover: @npm run cover test: @npm run test .PHONY: all lint test cover docs