.
This commit is contained in:
@@ -7,10 +7,14 @@ use App\Logic\Crypto\MainObject;
|
||||
final class CryptoValues
|
||||
{
|
||||
private static array $values = [
|
||||
"values" => ["Wartość","Values"],
|
||||
"values" => ["Wartość","Values","Amount"],
|
||||
"currency" => ["Currency", "Waluta"],
|
||||
"date" => ["Data operacji"],
|
||||
"desc" => ["Rodzaj"]
|
||||
"date" => ["Data operacji","Date(UTC)"],
|
||||
"desc" => ["Rodzaj"],
|
||||
"price" => ["Price"],
|
||||
"transactionType" => ["Type"],
|
||||
"market" => ["Market"],
|
||||
"realValue" => ["Total"]
|
||||
];
|
||||
|
||||
public static function isValue(string $type, string $text) : bool
|
||||
|
||||
Reference in New Issue
Block a user