MCPcopy
hub / github.com/bitpay/wallet / Card

Interface Card

src/components/exchange-rates/exchange-rates.ts:12–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10} from '../../providers/rate/rate';
11
12export interface Card {
13 unitCode: string;
14 historicalRates: any;
15 currentPrice: number;
16 totalBalanceChange: number;
17 totalBalanceChangeAmount: number;
18 backgroundColor: string;
19 gradientBackgroundColor: string;
20 name: string;
21}
22
23@Component({
24 selector: 'exchange-rates',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…