MCPcopy Create free account
hub / github.com/PolymathNetwork/polymath-core / FailedRegistration

Function FailedRegistration

CLI/commands/TickerRollForward.js:28–31  ·  view source on GitHub ↗
(_ticker, _error)

Source from the content-addressed store, hash-verified

26}
27
28function FailedRegistration(_ticker, _error) {
29 this.ticker = _ticker;
30 this.error = _error;
31}
32
33///////////////////////// MAIN SCRIPT /////////////////////////
34/*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected