@@ -10801,23 +10801,23 @@ export interface components {
1080110801 * @description Block at which the unbonding was created
1080210802 * @example 15000000
1080310803 */
10804- creation_height? : number;
10804+ creation_height: number;
1080510805 /**
1080610806 * Format: date-time
1080710807 * @description Exact time at which the unbonding will take effect
1080810808 * @example 2023-01-10T01:12:34Z
1080910809 */
10810- completion_time? : string;
10810+ completion_time: string;
1081110811 /**
1081210812 * @description Amount currently associated with the unbonding (slashes included)
1081310813 * @example 129300
1081410814 */
10815- balance? : string;
10815+ balance: string;
1081610816 /**
1081710817 * @description Amount expected at creation (slashes non-included)
1081810818 * @example 150300
1081910819 */
10820- initial_balance? : string;
10820+ initial_balance: string;
1082110821 }[];
1082210822 };
1082310823 PostATOMStakesPayload: {
@@ -15397,23 +15397,23 @@ export interface components {
1539715397 * @description Block at which the unbonding was created
1539815398 * @example 15000000
1539915399 */
15400- creation_height? : number;
15400+ creation_height: number;
1540115401 /**
1540215402 * Format: date-time
1540315403 * @description Exact time at which the unbonding will take effect
1540415404 * @example 2023-01-10T01:12:34Z
1540515405 */
15406- completion_time? : string;
15406+ completion_time: string;
1540715407 /**
1540815408 * @description Amount currently associated with the unbonding (slashes included)
1540915409 * @example 129300
1541015410 */
15411- balance? : string;
15411+ balance: string;
1541215412 /**
1541315413 * @description Amount expected at creation (slashes non-included)
1541415414 * @example 150300
1541515415 */
15416- initial_balance? : string;
15416+ initial_balance: string;
1541715417 }[];
1541815418 };
1541915419 PostOSMOStakesPayload: {
@@ -18448,23 +18448,23 @@ export interface components {
1844818448 * @description Block at which the unbonding was created
1844918449 * @example 15000000
1845018450 */
18451- creation_height? : number;
18451+ creation_height: number;
1845218452 /**
1845318453 * Format: date-time
1845418454 * @description Exact time at which the unbonding will take effect
1845518455 * @example 2023-01-10T01:12:34Z
1845618456 */
18457- completion_time? : string;
18457+ completion_time: string;
1845818458 /**
1845918459 * @description Amount currently associated with the unbonding (slashes included)
1846018460 * @example 129300
1846118461 */
18462- balance? : string;
18462+ balance: string;
1846318463 /**
1846418464 * @description Amount expected at creation (slashes non-included)
1846518465 * @example 150300
1846618466 */
18467- initial_balance? : string;
18467+ initial_balance: string;
1846818468 }[];
1846918469 };
1847018470 PostDYDXStakesPayload: {
@@ -20151,23 +20151,23 @@ export interface components {
2015120151 * @description Block at which the unbonding was created
2015220152 * @example 15000000
2015320153 */
20154- creation_height? : number;
20154+ creation_height: number;
2015520155 /**
2015620156 * Format: date-time
2015720157 * @description Exact time at which the unbonding will take effect
2015820158 * @example 2023-01-10T01:12:34Z
2015920159 */
20160- completion_time? : string;
20160+ completion_time: string;
2016120161 /**
2016220162 * @description Amount currently associated with the unbonding (slashes included)
2016320163 * @example 129300
2016420164 */
20165- balance? : string;
20165+ balance: string;
2016620166 /**
2016720167 * @description Amount expected at creation (slashes non-included)
2016820168 * @example 150300
2016920169 */
20170- initial_balance? : string;
20170+ initial_balance: string;
2017120171 }[];
2017220172 };
2017320173 PostTIAStakesPayload: {
@@ -21839,23 +21839,23 @@ export interface components {
2183921839 * @description Block at which the unbonding was created
2184021840 * @example 15000000
2184121841 */
21842- creation_height? : number;
21842+ creation_height: number;
2184321843 /**
2184421844 * Format: date-time
2184521845 * @description Exact time at which the unbonding will take effect
2184621846 * @example 2023-01-10T01:12:34Z
2184721847 */
21848- completion_time? : string;
21848+ completion_time: string;
2184921849 /**
2185021850 * @description Amount currently associated with the unbonding (slashes included)
2185121851 * @example 129300
2185221852 */
21853- balance? : string;
21853+ balance: string;
2185421854 /**
2185521855 * @description Amount expected at creation (slashes non-included)
2185621856 * @example 150300
2185721857 */
21858- initial_balance? : string;
21858+ initial_balance: string;
2185921859 }[];
2186021860 };
2186121861 PostZETAStakesPayload: {
@@ -23520,23 +23520,23 @@ export interface components {
2352023520 * @description Block at which the unbonding was created
2352123521 * @example 15000000
2352223522 */
23523- creation_height? : number;
23523+ creation_height: number;
2352423524 /**
2352523525 * Format: date-time
2352623526 * @description Exact time at which the unbonding will take effect
2352723527 * @example 2023-01-10T01:12:34Z
2352823528 */
23529- completion_time? : string;
23529+ completion_time: string;
2353023530 /**
2353123531 * @description Amount currently associated with the unbonding (slashes included)
2353223532 * @example 129300
2353323533 */
23534- balance? : string;
23534+ balance: string;
2353523535 /**
2353623536 * @description Amount expected at creation (slashes non-included)
2353723537 * @example 150300
2353823538 */
23539- initial_balance? : string;
23539+ initial_balance: string;
2354023540 }[];
2354123541 };
2354223542 PostKAVAStakesPayload: {
@@ -25189,23 +25189,23 @@ export interface components {
2518925189 * @description Block at which the unbonding was created
2519025190 * @example 15000000
2519125191 */
25192- creation_height? : number;
25192+ creation_height: number;
2519325193 /**
2519425194 * Format: date-time
2519525195 * @description Exact time at which the unbonding will take effect
2519625196 * @example 2023-01-10T01:12:34Z
2519725197 */
25198- completion_time? : string;
25198+ completion_time: string;
2519925199 /**
2520025200 * @description Amount currently associated with the unbonding (slashes included)
2520125201 * @example 129300
2520225202 */
25203- balance? : string;
25203+ balance: string;
2520425204 /**
2520525205 * @description Amount expected at creation (slashes non-included)
2520625206 * @example 150300
2520725207 */
25208- initial_balance? : string;
25208+ initial_balance: string;
2520925209 }[];
2521025210 };
2521125211 PostFETStakesPayload: {
@@ -26889,23 +26889,23 @@ export interface components {
2688926889 * @description Block at which the unbonding was created
2689026890 * @example 15000000
2689126891 */
26892- creation_height? : number;
26892+ creation_height: number;
2689326893 /**
2689426894 * Format: date-time
2689526895 * @description Exact time at which the unbonding will take effect
2689626896 * @example 2023-01-10T01:12:34Z
2689726897 */
26898- completion_time? : string;
26898+ completion_time: string;
2689926899 /**
2690026900 * @description Amount currently associated with the unbonding (slashes included)
2690126901 * @example 129300
2690226902 */
26903- balance? : string;
26903+ balance: string;
2690426904 /**
2690526905 * @description Amount expected at creation (slashes non-included)
2690626906 * @example 150300
2690726907 */
26908- initial_balance? : string;
26908+ initial_balance: string;
2690926909 }[];
2691026910 };
2691126911 PostINJStakesPayload: {
0 commit comments