@dfns/sdk 0.8.18 → 0.8.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1926,7 +1926,7 @@ export type CreateApprovalDecisionResponse = {
|
|
|
1926
1926
|
contract: string;
|
|
1927
1927
|
from: string;
|
|
1928
1928
|
to: string;
|
|
1929
|
-
value
|
|
1929
|
+
value: string;
|
|
1930
1930
|
fee?: string | undefined;
|
|
1931
1931
|
/** @deprecated use metadata.asset.symbol instead */
|
|
1932
1932
|
symbol?: string | undefined;
|
|
@@ -5205,7 +5205,7 @@ export type GetApprovalResponse = {
|
|
|
5205
5205
|
contract: string;
|
|
5206
5206
|
from: string;
|
|
5207
5207
|
to: string;
|
|
5208
|
-
value
|
|
5208
|
+
value: string;
|
|
5209
5209
|
fee?: string | undefined;
|
|
5210
5210
|
/** @deprecated use metadata.asset.symbol instead */
|
|
5211
5211
|
symbol?: string | undefined;
|
|
@@ -8533,7 +8533,7 @@ export type ListApprovalsResponse = {
|
|
|
8533
8533
|
contract: string;
|
|
8534
8534
|
from: string;
|
|
8535
8535
|
to: string;
|
|
8536
|
-
value
|
|
8536
|
+
value: string;
|
|
8537
8537
|
fee?: string | undefined;
|
|
8538
8538
|
/** @deprecated use metadata.asset.symbol instead */
|
|
8539
8539
|
symbol?: string | undefined;
|
|
@@ -3619,7 +3619,7 @@ export type GetWalletHistoryResponse = {
|
|
|
3619
3619
|
contract: string;
|
|
3620
3620
|
from: string;
|
|
3621
3621
|
to: string;
|
|
3622
|
-
value
|
|
3622
|
+
value: string;
|
|
3623
3623
|
fee?: string | undefined;
|
|
3624
3624
|
/** @deprecated use metadata.asset.symbol instead */
|
|
3625
3625
|
symbol?: string | undefined;
|