Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bcoin-org/bcoin
/ getData
Method
getData
lib/script/script.js:2683–2686 ·
view source on GitHub ↗
(index)
Source
from the content-addressed store, hash-verified
2681
*/
2682
2683
getData(index) {
2684
const
op = this.get(index);
2685
return
op ? op.data : null;
2686
}
2687
2688
popData() {
2689
const
op = this.pop();
Callers
11
getPubkey
Method · 0.95
getPubkeyhash
Method · 0.95
getScripthash
Method · 0.95
getProgram
Method · 0.95
getWitnessPubkeyhash
Method · 0.95
getWitnessScripthash
Method · 0.95
getPubkeyInput
Method · 0.95
getPubkeyhashInput
Method · 0.95
getMultisigInput
Method · 0.95
isScripthashInput
Method · 0.95
getScripthashInput
Method · 0.95
Calls
1
get
Method · 0.95
Tested by
no test coverage detected