MCPcopy Create free account
hub / github.com/bitpay/bitcore / decodeScript

Method decodeScript

packages/bitcore-node/src/rpc.ts:102–104  ·  view source on GitHub ↗
(hex: string)

Source from the content-addressed store, hash-verified

100 }
101
102 decodeScript(hex: string) {
103 return this.asyncCall('decodescript', [hex]);
104 }
105
106 getWalletAddresses(account: string) {
107 return this.asyncCall('getaddressesbyaccount', [account]);

Callers

nothing calls this directly

Calls 1

asyncCallMethod · 0.95

Tested by

no test coverage detected