Skip to content

Commit

Permalink
popm/wasm: add bitcoinAddressToScriptHash to Method type
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuasing committed Jul 4, 2024
1 parent 62bcfae commit c1fe92e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions web/packages/pop-miner/src/browser/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

import * as types from '../types';
import type {
BitcoinAddressToScriptHashResult,
BitcoinBalanceResult,
BitcoinInfoResult,
BitcoinUTXOsResult,
Expand Down
1 change: 1 addition & 0 deletions web/packages/pop-miner/src/browser/wasm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export type Method =
| 'wasmPing'
| 'generateKey'
| 'parseKey'
| 'bitcoinAddressToScriptHash'
| 'startPoPMiner'
| 'stopPoPMiner'
| 'ping'
Expand Down

0 comments on commit c1fe92e

Please sign in to comment.