Charge coin
This commit is contained in:
@@ -141,6 +141,20 @@ export interface Mine {
|
||||
|
||||
export type Mines = Mine[];
|
||||
|
||||
export interface CoinSupport {
|
||||
id: string;
|
||||
label: string;
|
||||
rate: string;
|
||||
}
|
||||
|
||||
export interface CoinAddress {
|
||||
id: string;
|
||||
label: string;
|
||||
address: string;
|
||||
}
|
||||
|
||||
export interface CoinUnion extends CoinSupport, CoinAddress {};
|
||||
|
||||
export enum MarketEstateAvailable {
|
||||
No = 0,
|
||||
Yes = 1,
|
||||
|
||||
Reference in New Issue
Block a user