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

Function Ticker

CLI/commands/TickerRollForward.js:22–26  ·  view source on GitHub ↗
(_owner, _symbol, _name)

Source from the content-addressed store, hash-verified

20let securityTokenRegistryAddress;
21
22function Ticker(_owner, _symbol, _name) {
23 this.owner = _owner;
24 this.symbol = _symbol;
25 this.name = _name;
26}
27
28function FailedRegistration(_ticker, _error) {
29 this.ticker = _ticker;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected