@@ -10841,23 +10841,23 @@ export interface components {
1084110841 * @description Block at which the unbonding was created
1084210842 * @example 15000000
1084310843 */
10844- creation_height? : number;
10844+ creation_height: number;
1084510845 /**
1084610846 * Format: date-time
1084710847 * @description Exact time at which the unbonding will take effect
1084810848 * @example 2023-01-10T01:12:34Z
1084910849 */
10850- completion_time? : string;
10850+ completion_time: string;
1085110851 /**
1085210852 * @description Amount currently associated with the unbonding (slashes included)
1085310853 * @example 129300
1085410854 */
10855- balance? : string;
10855+ balance: string;
1085610856 /**
1085710857 * @description Amount expected at creation (slashes non-included)
1085810858 * @example 150300
1085910859 */
10860- initial_balance? : string;
10860+ initial_balance: string;
1086110861 }[];
1086210862 };
1086310863 PostATOMStakesPayload: {
@@ -15437,23 +15437,23 @@ export interface components {
1543715437 * @description Block at which the unbonding was created
1543815438 * @example 15000000
1543915439 */
15440- creation_height? : number;
15440+ creation_height: number;
1544115441 /**
1544215442 * Format: date-time
1544315443 * @description Exact time at which the unbonding will take effect
1544415444 * @example 2023-01-10T01:12:34Z
1544515445 */
15446- completion_time? : string;
15446+ completion_time: string;
1544715447 /**
1544815448 * @description Amount currently associated with the unbonding (slashes included)
1544915449 * @example 129300
1545015450 */
15451- balance? : string;
15451+ balance: string;
1545215452 /**
1545315453 * @description Amount expected at creation (slashes non-included)
1545415454 * @example 150300
1545515455 */
15456- initial_balance? : string;
15456+ initial_balance: string;
1545715457 }[];
1545815458 };
1545915459 PostOSMOStakesPayload: {
@@ -18488,23 +18488,23 @@ export interface components {
1848818488 * @description Block at which the unbonding was created
1848918489 * @example 15000000
1849018490 */
18491- creation_height? : number;
18491+ creation_height: number;
1849218492 /**
1849318493 * Format: date-time
1849418494 * @description Exact time at which the unbonding will take effect
1849518495 * @example 2023-01-10T01:12:34Z
1849618496 */
18497- completion_time? : string;
18497+ completion_time: string;
1849818498 /**
1849918499 * @description Amount currently associated with the unbonding (slashes included)
1850018500 * @example 129300
1850118501 */
18502- balance? : string;
18502+ balance: string;
1850318503 /**
1850418504 * @description Amount expected at creation (slashes non-included)
1850518505 * @example 150300
1850618506 */
18507- initial_balance? : string;
18507+ initial_balance: string;
1850818508 }[];
1850918509 };
1851018510 PostDYDXStakesPayload: {
@@ -20191,23 +20191,23 @@ export interface components {
2019120191 * @description Block at which the unbonding was created
2019220192 * @example 15000000
2019320193 */
20194- creation_height? : number;
20194+ creation_height: number;
2019520195 /**
2019620196 * Format: date-time
2019720197 * @description Exact time at which the unbonding will take effect
2019820198 * @example 2023-01-10T01:12:34Z
2019920199 */
20200- completion_time? : string;
20200+ completion_time: string;
2020120201 /**
2020220202 * @description Amount currently associated with the unbonding (slashes included)
2020320203 * @example 129300
2020420204 */
20205- balance? : string;
20205+ balance: string;
2020620206 /**
2020720207 * @description Amount expected at creation (slashes non-included)
2020820208 * @example 150300
2020920209 */
20210- initial_balance? : string;
20210+ initial_balance: string;
2021120211 }[];
2021220212 };
2021320213 PostTIAStakesPayload: {
@@ -21879,23 +21879,23 @@ export interface components {
2187921879 * @description Block at which the unbonding was created
2188021880 * @example 15000000
2188121881 */
21882- creation_height? : number;
21882+ creation_height: number;
2188321883 /**
2188421884 * Format: date-time
2188521885 * @description Exact time at which the unbonding will take effect
2188621886 * @example 2023-01-10T01:12:34Z
2188721887 */
21888- completion_time? : string;
21888+ completion_time: string;
2188921889 /**
2189021890 * @description Amount currently associated with the unbonding (slashes included)
2189121891 * @example 129300
2189221892 */
21893- balance? : string;
21893+ balance: string;
2189421894 /**
2189521895 * @description Amount expected at creation (slashes non-included)
2189621896 * @example 150300
2189721897 */
21898- initial_balance? : string;
21898+ initial_balance: string;
2189921899 }[];
2190021900 };
2190121901 PostZETAStakesPayload: {
@@ -23560,23 +23560,23 @@ export interface components {
2356023560 * @description Block at which the unbonding was created
2356123561 * @example 15000000
2356223562 */
23563- creation_height? : number;
23563+ creation_height: number;
2356423564 /**
2356523565 * Format: date-time
2356623566 * @description Exact time at which the unbonding will take effect
2356723567 * @example 2023-01-10T01:12:34Z
2356823568 */
23569- completion_time? : string;
23569+ completion_time: string;
2357023570 /**
2357123571 * @description Amount currently associated with the unbonding (slashes included)
2357223572 * @example 129300
2357323573 */
23574- balance? : string;
23574+ balance: string;
2357523575 /**
2357623576 * @description Amount expected at creation (slashes non-included)
2357723577 * @example 150300
2357823578 */
23579- initial_balance? : string;
23579+ initial_balance: string;
2358023580 }[];
2358123581 };
2358223582 PostKAVAStakesPayload: {
@@ -25229,23 +25229,23 @@ export interface components {
2522925229 * @description Block at which the unbonding was created
2523025230 * @example 15000000
2523125231 */
25232- creation_height? : number;
25232+ creation_height: number;
2523325233 /**
2523425234 * Format: date-time
2523525235 * @description Exact time at which the unbonding will take effect
2523625236 * @example 2023-01-10T01:12:34Z
2523725237 */
25238- completion_time? : string;
25238+ completion_time: string;
2523925239 /**
2524025240 * @description Amount currently associated with the unbonding (slashes included)
2524125241 * @example 129300
2524225242 */
25243- balance? : string;
25243+ balance: string;
2524425244 /**
2524525245 * @description Amount expected at creation (slashes non-included)
2524625246 * @example 150300
2524725247 */
25248- initial_balance? : string;
25248+ initial_balance: string;
2524925249 }[];
2525025250 };
2525125251 PostFETStakesPayload: {
@@ -26929,23 +26929,23 @@ export interface components {
2692926929 * @description Block at which the unbonding was created
2693026930 * @example 15000000
2693126931 */
26932- creation_height? : number;
26932+ creation_height: number;
2693326933 /**
2693426934 * Format: date-time
2693526935 * @description Exact time at which the unbonding will take effect
2693626936 * @example 2023-01-10T01:12:34Z
2693726937 */
26938- completion_time? : string;
26938+ completion_time: string;
2693926939 /**
2694026940 * @description Amount currently associated with the unbonding (slashes included)
2694126941 * @example 129300
2694226942 */
26943- balance? : string;
26943+ balance: string;
2694426944 /**
2694526945 * @description Amount expected at creation (slashes non-included)
2694626946 * @example 150300
2694726947 */
26948- initial_balance? : string;
26948+ initial_balance: string;
2694926949 }[];
2695026950 };
2695126951 PostINJStakesPayload: {
0 commit comments