MCPcopy Create free account
hub / github.com/etherspot/transaction-kit / remove

Method remove

lib/TransactionKit.ts:1029–1031  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1027 const self = this;
1028 return {
1029 remove() {
1030 return self.remove();
1031 },
1032 getState() {
1033 return self.getState();
1034 },

Callers

nothing calls this directly

Calls 4

throwErrorMethod · 0.95
clearWorkingStateMethod · 0.95
logFunction · 0.90
removeMethod · 0.65

Tested by

no test coverage detected