We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a51260 commit a2778f1Copy full SHA for a2778f1
src/Requests/Private/Main/HistoryRequest.php
@@ -24,7 +24,7 @@ public function resolveEndpoint(): string
24
public function __construct(
25
protected ?TransactionMethodEnum $transactionMethod = null,
26
protected ?string $ticker = null,
27
- string $address = null,
+ ?string $address = null,
28
protected ?array $addresses = [],
29
protected ?string $uniqueId = null,
30
protected ?array $status = [],
0 commit comments