MCPcopy Create free account
hub / github.com/cardstack/cardstack / symbol

Method symbol

packages/web-client/app/utils/token.ts:157–159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155 return this.tokenDisplayInfo.name;
156 }
157 get symbol() {
158 return this.tokenDisplayInfo.symbol;
159 }
160 get description() {
161 return this.tokenDisplayInfo.description;
162 }

Callers 8

relayTokensMethod · 0.80
getTokenInfoMethod · 0.80
createMethod · 0.80
balancesMethod · 0.80
sendTokensMethod · 0.80
rewardTokenBalanceMethod · 0.80
viewTokenBalanceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected