MCPcopy Create free account
hub / github.com/B3Pay/B3Wallet / call

Function call

scripts/wasm-hash.ts:3–7  ·  view source on GitHub ↗
(name: string, asHex: boolean)

Source from the content-addressed store, hash-verified

1import { calculateWasmHash } from "./utils"
2
3const call = async (name: string, asHex: boolean) => {
4 const hash = await calculateWasmHash(name, asHex)
5
6 console.log(hash)
7}
8
9let name: string = "b3wallet"
10let asHex: boolean = false

Callers 15

report_bugFunction · 0.85
ecdsa_public_keyMethod · 0.85
get_btc_addressMethod · 0.85
update_balanceMethod · 0.85
retrieve_btcMethod · 0.85
retrieve_btc_statusMethod · 0.85
account_balanceMethod · 0.85
transferMethod · 0.85
notify_top_upMethod · 0.85
balanceMethod · 0.85
sendMethod · 0.85

Calls 1

calculateWasmHashFunction · 0.90

Tested by

no test coverage detected