You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/openapi/schema.ts
+114-1Lines changed: 114 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7432,6 +7432,26 @@ export interface paths {
7432
7432
patch?: never;
7433
7433
trace?: never;
7434
7434
};
7435
+
"/trx/reports": {
7436
+
parameters: {
7437
+
query?: never;
7438
+
header?: never;
7439
+
path?: never;
7440
+
cookie?: never;
7441
+
};
7442
+
/**
7443
+
* Excel Reports
7444
+
* @description Generates an Excel report sheet for your stakes and rewards
7445
+
*/
7446
+
get: operations["getTrxReports"];
7447
+
put?: never;
7448
+
post?: never;
7449
+
delete?: never;
7450
+
options?: never;
7451
+
head?: never;
7452
+
patch?: never;
7453
+
trace?: never;
7454
+
};
7435
7455
"/trx/stakes": {
7436
7456
parameters: {
7437
7457
query?: never;
@@ -7503,7 +7523,7 @@ export interface paths {
7503
7523
put?: never;
7504
7524
/**
7505
7525
* Unstake transaction
7506
-
* @description Craft an unstake transaction to unstake TRX, releases bandwidth or energy, and voting rights.
7526
+
* @description Craft an unstake transaction to unstake TRX, releases bandwidth or energy, and voting rights. Only a maximum of 32 ongoing unstaking operations are allowed at the same time.
0 commit comments