MCPcopy Create free account
hub / github.com/dharmaprotocol/dharmaOS / encode

Method encode

src/encoder.js:270–274  ·  view source on GitHub ↗
({actionScript, variables, wallet})

Source from the content-addressed store, hash-verified

268
269class Encoder {
270 static encode({actionScript, variables, wallet}) {
271 const encoder = new Encoder(actionScript, variables, wallet);
272
273 return encoder.encode();
274 }
275
276 constructor(actionScript, variables, wallet, isAdvanced = null) {
277 this.actionScript = actionScript;

Callers 3

encodeSequenceMethod · 0.95
evaluateFunction · 0.80

Tested by

no test coverage detected