@stacks/blockchain-api-client 9.0.0-next.19 → 9.0.0-next.20
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.
- package/README.md +0 -4
- package/lib/generated/schema.d.ts +264 -264
- package/package.json +1 -1
- package/src/generated/schema.d.ts +264 -264
|
@@ -1995,7 +1995,7 @@ export interface operations {
|
|
|
1995
1995
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
1996
1996
|
sponsored: boolean;
|
|
1997
1997
|
sponsor_address?: string;
|
|
1998
|
-
post_condition_mode: "allow" | "deny";
|
|
1998
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
1999
1999
|
post_conditions: ({
|
|
2000
2000
|
principal: {
|
|
2001
2001
|
/** @enum {string} */
|
|
@@ -2051,7 +2051,7 @@ export interface operations {
|
|
|
2051
2051
|
address: string;
|
|
2052
2052
|
contract_name: string;
|
|
2053
2053
|
};
|
|
2054
|
-
condition_code: "sent" | "not_sent";
|
|
2054
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
2055
2055
|
/** @enum {string} */
|
|
2056
2056
|
type: "non_fungible";
|
|
2057
2057
|
asset_value: {
|
|
@@ -2210,7 +2210,7 @@ export interface operations {
|
|
|
2210
2210
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
2211
2211
|
sponsored: boolean;
|
|
2212
2212
|
sponsor_address?: string;
|
|
2213
|
-
post_condition_mode: "allow" | "deny";
|
|
2213
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
2214
2214
|
post_conditions: ({
|
|
2215
2215
|
principal: {
|
|
2216
2216
|
/** @enum {string} */
|
|
@@ -2266,7 +2266,7 @@ export interface operations {
|
|
|
2266
2266
|
address: string;
|
|
2267
2267
|
contract_name: string;
|
|
2268
2268
|
};
|
|
2269
|
-
condition_code: "sent" | "not_sent";
|
|
2269
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
2270
2270
|
/** @enum {string} */
|
|
2271
2271
|
type: "non_fungible";
|
|
2272
2272
|
asset_value: {
|
|
@@ -2425,7 +2425,7 @@ export interface operations {
|
|
|
2425
2425
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
2426
2426
|
sponsored: boolean;
|
|
2427
2427
|
sponsor_address?: string;
|
|
2428
|
-
post_condition_mode: "allow" | "deny";
|
|
2428
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
2429
2429
|
post_conditions: ({
|
|
2430
2430
|
principal: {
|
|
2431
2431
|
/** @enum {string} */
|
|
@@ -2481,7 +2481,7 @@ export interface operations {
|
|
|
2481
2481
|
address: string;
|
|
2482
2482
|
contract_name: string;
|
|
2483
2483
|
};
|
|
2484
|
-
condition_code: "sent" | "not_sent";
|
|
2484
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
2485
2485
|
/** @enum {string} */
|
|
2486
2486
|
type: "non_fungible";
|
|
2487
2487
|
asset_value: {
|
|
@@ -2647,7 +2647,7 @@ export interface operations {
|
|
|
2647
2647
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
2648
2648
|
sponsored: boolean;
|
|
2649
2649
|
sponsor_address?: string;
|
|
2650
|
-
post_condition_mode: "allow" | "deny";
|
|
2650
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
2651
2651
|
post_conditions: ({
|
|
2652
2652
|
principal: {
|
|
2653
2653
|
/** @enum {string} */
|
|
@@ -2703,7 +2703,7 @@ export interface operations {
|
|
|
2703
2703
|
address: string;
|
|
2704
2704
|
contract_name: string;
|
|
2705
2705
|
};
|
|
2706
|
-
condition_code: "sent" | "not_sent";
|
|
2706
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
2707
2707
|
/** @enum {string} */
|
|
2708
2708
|
type: "non_fungible";
|
|
2709
2709
|
asset_value: {
|
|
@@ -2861,7 +2861,7 @@ export interface operations {
|
|
|
2861
2861
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
2862
2862
|
sponsored: boolean;
|
|
2863
2863
|
sponsor_address?: string;
|
|
2864
|
-
post_condition_mode: "allow" | "deny";
|
|
2864
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
2865
2865
|
post_conditions: ({
|
|
2866
2866
|
principal: {
|
|
2867
2867
|
/** @enum {string} */
|
|
@@ -2917,7 +2917,7 @@ export interface operations {
|
|
|
2917
2917
|
address: string;
|
|
2918
2918
|
contract_name: string;
|
|
2919
2919
|
};
|
|
2920
|
-
condition_code: "sent" | "not_sent";
|
|
2920
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
2921
2921
|
/** @enum {string} */
|
|
2922
2922
|
type: "non_fungible";
|
|
2923
2923
|
asset_value: {
|
|
@@ -3075,7 +3075,7 @@ export interface operations {
|
|
|
3075
3075
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
3076
3076
|
sponsored: boolean;
|
|
3077
3077
|
sponsor_address?: string;
|
|
3078
|
-
post_condition_mode: "allow" | "deny";
|
|
3078
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
3079
3079
|
post_conditions: ({
|
|
3080
3080
|
principal: {
|
|
3081
3081
|
/** @enum {string} */
|
|
@@ -3131,7 +3131,7 @@ export interface operations {
|
|
|
3131
3131
|
address: string;
|
|
3132
3132
|
contract_name: string;
|
|
3133
3133
|
};
|
|
3134
|
-
condition_code: "sent" | "not_sent";
|
|
3134
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
3135
3135
|
/** @enum {string} */
|
|
3136
3136
|
type: "non_fungible";
|
|
3137
3137
|
asset_value: {
|
|
@@ -3351,7 +3351,7 @@ export interface operations {
|
|
|
3351
3351
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
3352
3352
|
sponsored: boolean;
|
|
3353
3353
|
sponsor_address?: string;
|
|
3354
|
-
post_condition_mode: "allow" | "deny";
|
|
3354
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
3355
3355
|
post_conditions: ({
|
|
3356
3356
|
principal: {
|
|
3357
3357
|
/** @constant */
|
|
@@ -3407,7 +3407,7 @@ export interface operations {
|
|
|
3407
3407
|
address: string;
|
|
3408
3408
|
contract_name: string;
|
|
3409
3409
|
};
|
|
3410
|
-
condition_code: "sent" | "not_sent";
|
|
3410
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
3411
3411
|
/** @constant */
|
|
3412
3412
|
type: "non_fungible";
|
|
3413
3413
|
asset_value: {
|
|
@@ -3566,7 +3566,7 @@ export interface operations {
|
|
|
3566
3566
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
3567
3567
|
sponsored: boolean;
|
|
3568
3568
|
sponsor_address?: string;
|
|
3569
|
-
post_condition_mode: "allow" | "deny";
|
|
3569
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
3570
3570
|
post_conditions: ({
|
|
3571
3571
|
principal: {
|
|
3572
3572
|
/** @constant */
|
|
@@ -3622,7 +3622,7 @@ export interface operations {
|
|
|
3622
3622
|
address: string;
|
|
3623
3623
|
contract_name: string;
|
|
3624
3624
|
};
|
|
3625
|
-
condition_code: "sent" | "not_sent";
|
|
3625
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
3626
3626
|
/** @constant */
|
|
3627
3627
|
type: "non_fungible";
|
|
3628
3628
|
asset_value: {
|
|
@@ -3781,7 +3781,7 @@ export interface operations {
|
|
|
3781
3781
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
3782
3782
|
sponsored: boolean;
|
|
3783
3783
|
sponsor_address?: string;
|
|
3784
|
-
post_condition_mode: "allow" | "deny";
|
|
3784
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
3785
3785
|
post_conditions: ({
|
|
3786
3786
|
principal: {
|
|
3787
3787
|
/** @constant */
|
|
@@ -3837,7 +3837,7 @@ export interface operations {
|
|
|
3837
3837
|
address: string;
|
|
3838
3838
|
contract_name: string;
|
|
3839
3839
|
};
|
|
3840
|
-
condition_code: "sent" | "not_sent";
|
|
3840
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
3841
3841
|
/** @constant */
|
|
3842
3842
|
type: "non_fungible";
|
|
3843
3843
|
asset_value: {
|
|
@@ -4003,7 +4003,7 @@ export interface operations {
|
|
|
4003
4003
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
4004
4004
|
sponsored: boolean;
|
|
4005
4005
|
sponsor_address?: string;
|
|
4006
|
-
post_condition_mode: "allow" | "deny";
|
|
4006
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
4007
4007
|
post_conditions: ({
|
|
4008
4008
|
principal: {
|
|
4009
4009
|
/** @constant */
|
|
@@ -4059,7 +4059,7 @@ export interface operations {
|
|
|
4059
4059
|
address: string;
|
|
4060
4060
|
contract_name: string;
|
|
4061
4061
|
};
|
|
4062
|
-
condition_code: "sent" | "not_sent";
|
|
4062
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
4063
4063
|
/** @constant */
|
|
4064
4064
|
type: "non_fungible";
|
|
4065
4065
|
asset_value: {
|
|
@@ -4217,7 +4217,7 @@ export interface operations {
|
|
|
4217
4217
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
4218
4218
|
sponsored: boolean;
|
|
4219
4219
|
sponsor_address?: string;
|
|
4220
|
-
post_condition_mode: "allow" | "deny";
|
|
4220
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
4221
4221
|
post_conditions: ({
|
|
4222
4222
|
principal: {
|
|
4223
4223
|
/** @constant */
|
|
@@ -4273,7 +4273,7 @@ export interface operations {
|
|
|
4273
4273
|
address: string;
|
|
4274
4274
|
contract_name: string;
|
|
4275
4275
|
};
|
|
4276
|
-
condition_code: "sent" | "not_sent";
|
|
4276
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
4277
4277
|
/** @constant */
|
|
4278
4278
|
type: "non_fungible";
|
|
4279
4279
|
asset_value: {
|
|
@@ -4431,7 +4431,7 @@ export interface operations {
|
|
|
4431
4431
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
4432
4432
|
sponsored: boolean;
|
|
4433
4433
|
sponsor_address?: string;
|
|
4434
|
-
post_condition_mode: "allow" | "deny";
|
|
4434
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
4435
4435
|
post_conditions: ({
|
|
4436
4436
|
principal: {
|
|
4437
4437
|
/** @constant */
|
|
@@ -4487,7 +4487,7 @@ export interface operations {
|
|
|
4487
4487
|
address: string;
|
|
4488
4488
|
contract_name: string;
|
|
4489
4489
|
};
|
|
4490
|
-
condition_code: "sent" | "not_sent";
|
|
4490
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
4491
4491
|
/** @constant */
|
|
4492
4492
|
type: "non_fungible";
|
|
4493
4493
|
asset_value: {
|
|
@@ -4655,7 +4655,7 @@ export interface operations {
|
|
|
4655
4655
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
4656
4656
|
sponsored: boolean;
|
|
4657
4657
|
sponsor_address?: string;
|
|
4658
|
-
post_condition_mode: "allow" | "deny";
|
|
4658
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
4659
4659
|
post_conditions: ({
|
|
4660
4660
|
principal: {
|
|
4661
4661
|
/** @constant */
|
|
@@ -4711,7 +4711,7 @@ export interface operations {
|
|
|
4711
4711
|
address: string;
|
|
4712
4712
|
contract_name: string;
|
|
4713
4713
|
};
|
|
4714
|
-
condition_code: "sent" | "not_sent";
|
|
4714
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
4715
4715
|
/** @constant */
|
|
4716
4716
|
type: "non_fungible";
|
|
4717
4717
|
asset_value: {
|
|
@@ -4755,7 +4755,7 @@ export interface operations {
|
|
|
4755
4755
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
4756
4756
|
sponsored: boolean;
|
|
4757
4757
|
sponsor_address?: string;
|
|
4758
|
-
post_condition_mode: "allow" | "deny";
|
|
4758
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
4759
4759
|
post_conditions: ({
|
|
4760
4760
|
principal: {
|
|
4761
4761
|
/** @constant */
|
|
@@ -4811,7 +4811,7 @@ export interface operations {
|
|
|
4811
4811
|
address: string;
|
|
4812
4812
|
contract_name: string;
|
|
4813
4813
|
};
|
|
4814
|
-
condition_code: "sent" | "not_sent";
|
|
4814
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
4815
4815
|
/** @constant */
|
|
4816
4816
|
type: "non_fungible";
|
|
4817
4817
|
asset_value: {
|
|
@@ -4855,7 +4855,7 @@ export interface operations {
|
|
|
4855
4855
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
4856
4856
|
sponsored: boolean;
|
|
4857
4857
|
sponsor_address?: string;
|
|
4858
|
-
post_condition_mode: "allow" | "deny";
|
|
4858
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
4859
4859
|
post_conditions: ({
|
|
4860
4860
|
principal: {
|
|
4861
4861
|
/** @constant */
|
|
@@ -4911,7 +4911,7 @@ export interface operations {
|
|
|
4911
4911
|
address: string;
|
|
4912
4912
|
contract_name: string;
|
|
4913
4913
|
};
|
|
4914
|
-
condition_code: "sent" | "not_sent";
|
|
4914
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
4915
4915
|
/** @constant */
|
|
4916
4916
|
type: "non_fungible";
|
|
4917
4917
|
asset_value: {
|
|
@@ -4962,7 +4962,7 @@ export interface operations {
|
|
|
4962
4962
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
4963
4963
|
sponsored: boolean;
|
|
4964
4964
|
sponsor_address?: string;
|
|
4965
|
-
post_condition_mode: "allow" | "deny";
|
|
4965
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
4966
4966
|
post_conditions: ({
|
|
4967
4967
|
principal: {
|
|
4968
4968
|
/** @constant */
|
|
@@ -5018,7 +5018,7 @@ export interface operations {
|
|
|
5018
5018
|
address: string;
|
|
5019
5019
|
contract_name: string;
|
|
5020
5020
|
};
|
|
5021
|
-
condition_code: "sent" | "not_sent";
|
|
5021
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
5022
5022
|
/** @constant */
|
|
5023
5023
|
type: "non_fungible";
|
|
5024
5024
|
asset_value: {
|
|
@@ -5061,7 +5061,7 @@ export interface operations {
|
|
|
5061
5061
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
5062
5062
|
sponsored: boolean;
|
|
5063
5063
|
sponsor_address?: string;
|
|
5064
|
-
post_condition_mode: "allow" | "deny";
|
|
5064
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
5065
5065
|
post_conditions: ({
|
|
5066
5066
|
principal: {
|
|
5067
5067
|
/** @constant */
|
|
@@ -5117,7 +5117,7 @@ export interface operations {
|
|
|
5117
5117
|
address: string;
|
|
5118
5118
|
contract_name: string;
|
|
5119
5119
|
};
|
|
5120
|
-
condition_code: "sent" | "not_sent";
|
|
5120
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
5121
5121
|
/** @constant */
|
|
5122
5122
|
type: "non_fungible";
|
|
5123
5123
|
asset_value: {
|
|
@@ -5160,7 +5160,7 @@ export interface operations {
|
|
|
5160
5160
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
5161
5161
|
sponsored: boolean;
|
|
5162
5162
|
sponsor_address?: string;
|
|
5163
|
-
post_condition_mode: "allow" | "deny";
|
|
5163
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
5164
5164
|
post_conditions: ({
|
|
5165
5165
|
principal: {
|
|
5166
5166
|
/** @constant */
|
|
@@ -5216,7 +5216,7 @@ export interface operations {
|
|
|
5216
5216
|
address: string;
|
|
5217
5217
|
contract_name: string;
|
|
5218
5218
|
};
|
|
5219
|
-
condition_code: "sent" | "not_sent";
|
|
5219
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
5220
5220
|
/** @constant */
|
|
5221
5221
|
type: "non_fungible";
|
|
5222
5222
|
asset_value: {
|
|
@@ -5349,7 +5349,7 @@ export interface operations {
|
|
|
5349
5349
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
5350
5350
|
sponsored: boolean;
|
|
5351
5351
|
sponsor_address?: string;
|
|
5352
|
-
post_condition_mode: "allow" | "deny";
|
|
5352
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
5353
5353
|
post_conditions: ({
|
|
5354
5354
|
principal: {
|
|
5355
5355
|
/** @enum {string} */
|
|
@@ -5405,7 +5405,7 @@ export interface operations {
|
|
|
5405
5405
|
address: string;
|
|
5406
5406
|
contract_name: string;
|
|
5407
5407
|
};
|
|
5408
|
-
condition_code: "sent" | "not_sent";
|
|
5408
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
5409
5409
|
/** @enum {string} */
|
|
5410
5410
|
type: "non_fungible";
|
|
5411
5411
|
asset_value: {
|
|
@@ -5449,7 +5449,7 @@ export interface operations {
|
|
|
5449
5449
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
5450
5450
|
sponsored: boolean;
|
|
5451
5451
|
sponsor_address?: string;
|
|
5452
|
-
post_condition_mode: "allow" | "deny";
|
|
5452
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
5453
5453
|
post_conditions: ({
|
|
5454
5454
|
principal: {
|
|
5455
5455
|
/** @enum {string} */
|
|
@@ -5505,7 +5505,7 @@ export interface operations {
|
|
|
5505
5505
|
address: string;
|
|
5506
5506
|
contract_name: string;
|
|
5507
5507
|
};
|
|
5508
|
-
condition_code: "sent" | "not_sent";
|
|
5508
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
5509
5509
|
/** @enum {string} */
|
|
5510
5510
|
type: "non_fungible";
|
|
5511
5511
|
asset_value: {
|
|
@@ -5549,7 +5549,7 @@ export interface operations {
|
|
|
5549
5549
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
5550
5550
|
sponsored: boolean;
|
|
5551
5551
|
sponsor_address?: string;
|
|
5552
|
-
post_condition_mode: "allow" | "deny";
|
|
5552
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
5553
5553
|
post_conditions: ({
|
|
5554
5554
|
principal: {
|
|
5555
5555
|
/** @enum {string} */
|
|
@@ -5605,7 +5605,7 @@ export interface operations {
|
|
|
5605
5605
|
address: string;
|
|
5606
5606
|
contract_name: string;
|
|
5607
5607
|
};
|
|
5608
|
-
condition_code: "sent" | "not_sent";
|
|
5608
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
5609
5609
|
/** @enum {string} */
|
|
5610
5610
|
type: "non_fungible";
|
|
5611
5611
|
asset_value: {
|
|
@@ -5656,7 +5656,7 @@ export interface operations {
|
|
|
5656
5656
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
5657
5657
|
sponsored: boolean;
|
|
5658
5658
|
sponsor_address?: string;
|
|
5659
|
-
post_condition_mode: "allow" | "deny";
|
|
5659
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
5660
5660
|
post_conditions: ({
|
|
5661
5661
|
principal: {
|
|
5662
5662
|
/** @enum {string} */
|
|
@@ -5712,7 +5712,7 @@ export interface operations {
|
|
|
5712
5712
|
address: string;
|
|
5713
5713
|
contract_name: string;
|
|
5714
5714
|
};
|
|
5715
|
-
condition_code: "sent" | "not_sent";
|
|
5715
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
5716
5716
|
/** @enum {string} */
|
|
5717
5717
|
type: "non_fungible";
|
|
5718
5718
|
asset_value: {
|
|
@@ -5755,7 +5755,7 @@ export interface operations {
|
|
|
5755
5755
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
5756
5756
|
sponsored: boolean;
|
|
5757
5757
|
sponsor_address?: string;
|
|
5758
|
-
post_condition_mode: "allow" | "deny";
|
|
5758
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
5759
5759
|
post_conditions: ({
|
|
5760
5760
|
principal: {
|
|
5761
5761
|
/** @enum {string} */
|
|
@@ -5811,7 +5811,7 @@ export interface operations {
|
|
|
5811
5811
|
address: string;
|
|
5812
5812
|
contract_name: string;
|
|
5813
5813
|
};
|
|
5814
|
-
condition_code: "sent" | "not_sent";
|
|
5814
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
5815
5815
|
/** @enum {string} */
|
|
5816
5816
|
type: "non_fungible";
|
|
5817
5817
|
asset_value: {
|
|
@@ -5854,7 +5854,7 @@ export interface operations {
|
|
|
5854
5854
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
5855
5855
|
sponsored: boolean;
|
|
5856
5856
|
sponsor_address?: string;
|
|
5857
|
-
post_condition_mode: "allow" | "deny";
|
|
5857
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
5858
5858
|
post_conditions: ({
|
|
5859
5859
|
principal: {
|
|
5860
5860
|
/** @enum {string} */
|
|
@@ -5910,7 +5910,7 @@ export interface operations {
|
|
|
5910
5910
|
address: string;
|
|
5911
5911
|
contract_name: string;
|
|
5912
5912
|
};
|
|
5913
|
-
condition_code: "sent" | "not_sent";
|
|
5913
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
5914
5914
|
/** @enum {string} */
|
|
5915
5915
|
type: "non_fungible";
|
|
5916
5916
|
asset_value: {
|
|
@@ -6207,7 +6207,7 @@ export interface operations {
|
|
|
6207
6207
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
6208
6208
|
sponsored: boolean;
|
|
6209
6209
|
sponsor_address?: string;
|
|
6210
|
-
post_condition_mode: "allow" | "deny";
|
|
6210
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
6211
6211
|
post_conditions: ({
|
|
6212
6212
|
principal: {
|
|
6213
6213
|
/** @enum {string} */
|
|
@@ -6263,7 +6263,7 @@ export interface operations {
|
|
|
6263
6263
|
address: string;
|
|
6264
6264
|
contract_name: string;
|
|
6265
6265
|
};
|
|
6266
|
-
condition_code: "sent" | "not_sent";
|
|
6266
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
6267
6267
|
/** @enum {string} */
|
|
6268
6268
|
type: "non_fungible";
|
|
6269
6269
|
asset_value: {
|
|
@@ -6422,7 +6422,7 @@ export interface operations {
|
|
|
6422
6422
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
6423
6423
|
sponsored: boolean;
|
|
6424
6424
|
sponsor_address?: string;
|
|
6425
|
-
post_condition_mode: "allow" | "deny";
|
|
6425
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
6426
6426
|
post_conditions: ({
|
|
6427
6427
|
principal: {
|
|
6428
6428
|
/** @enum {string} */
|
|
@@ -6478,7 +6478,7 @@ export interface operations {
|
|
|
6478
6478
|
address: string;
|
|
6479
6479
|
contract_name: string;
|
|
6480
6480
|
};
|
|
6481
|
-
condition_code: "sent" | "not_sent";
|
|
6481
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
6482
6482
|
/** @enum {string} */
|
|
6483
6483
|
type: "non_fungible";
|
|
6484
6484
|
asset_value: {
|
|
@@ -6637,7 +6637,7 @@ export interface operations {
|
|
|
6637
6637
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
6638
6638
|
sponsored: boolean;
|
|
6639
6639
|
sponsor_address?: string;
|
|
6640
|
-
post_condition_mode: "allow" | "deny";
|
|
6640
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
6641
6641
|
post_conditions: ({
|
|
6642
6642
|
principal: {
|
|
6643
6643
|
/** @enum {string} */
|
|
@@ -6693,7 +6693,7 @@ export interface operations {
|
|
|
6693
6693
|
address: string;
|
|
6694
6694
|
contract_name: string;
|
|
6695
6695
|
};
|
|
6696
|
-
condition_code: "sent" | "not_sent";
|
|
6696
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
6697
6697
|
/** @enum {string} */
|
|
6698
6698
|
type: "non_fungible";
|
|
6699
6699
|
asset_value: {
|
|
@@ -6859,7 +6859,7 @@ export interface operations {
|
|
|
6859
6859
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
6860
6860
|
sponsored: boolean;
|
|
6861
6861
|
sponsor_address?: string;
|
|
6862
|
-
post_condition_mode: "allow" | "deny";
|
|
6862
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
6863
6863
|
post_conditions: ({
|
|
6864
6864
|
principal: {
|
|
6865
6865
|
/** @enum {string} */
|
|
@@ -6915,7 +6915,7 @@ export interface operations {
|
|
|
6915
6915
|
address: string;
|
|
6916
6916
|
contract_name: string;
|
|
6917
6917
|
};
|
|
6918
|
-
condition_code: "sent" | "not_sent";
|
|
6918
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
6919
6919
|
/** @enum {string} */
|
|
6920
6920
|
type: "non_fungible";
|
|
6921
6921
|
asset_value: {
|
|
@@ -7073,7 +7073,7 @@ export interface operations {
|
|
|
7073
7073
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
7074
7074
|
sponsored: boolean;
|
|
7075
7075
|
sponsor_address?: string;
|
|
7076
|
-
post_condition_mode: "allow" | "deny";
|
|
7076
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
7077
7077
|
post_conditions: ({
|
|
7078
7078
|
principal: {
|
|
7079
7079
|
/** @enum {string} */
|
|
@@ -7129,7 +7129,7 @@ export interface operations {
|
|
|
7129
7129
|
address: string;
|
|
7130
7130
|
contract_name: string;
|
|
7131
7131
|
};
|
|
7132
|
-
condition_code: "sent" | "not_sent";
|
|
7132
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
7133
7133
|
/** @enum {string} */
|
|
7134
7134
|
type: "non_fungible";
|
|
7135
7135
|
asset_value: {
|
|
@@ -7287,7 +7287,7 @@ export interface operations {
|
|
|
7287
7287
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
7288
7288
|
sponsored: boolean;
|
|
7289
7289
|
sponsor_address?: string;
|
|
7290
|
-
post_condition_mode: "allow" | "deny";
|
|
7290
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
7291
7291
|
post_conditions: ({
|
|
7292
7292
|
principal: {
|
|
7293
7293
|
/** @enum {string} */
|
|
@@ -7343,7 +7343,7 @@ export interface operations {
|
|
|
7343
7343
|
address: string;
|
|
7344
7344
|
contract_name: string;
|
|
7345
7345
|
};
|
|
7346
|
-
condition_code: "sent" | "not_sent";
|
|
7346
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
7347
7347
|
/** @enum {string} */
|
|
7348
7348
|
type: "non_fungible";
|
|
7349
7349
|
asset_value: {
|
|
@@ -7511,7 +7511,7 @@ export interface operations {
|
|
|
7511
7511
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
7512
7512
|
sponsored: boolean;
|
|
7513
7513
|
sponsor_address?: string;
|
|
7514
|
-
post_condition_mode: "allow" | "deny";
|
|
7514
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
7515
7515
|
post_conditions: ({
|
|
7516
7516
|
principal: {
|
|
7517
7517
|
/** @enum {string} */
|
|
@@ -7567,7 +7567,7 @@ export interface operations {
|
|
|
7567
7567
|
address: string;
|
|
7568
7568
|
contract_name: string;
|
|
7569
7569
|
};
|
|
7570
|
-
condition_code: "sent" | "not_sent";
|
|
7570
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
7571
7571
|
/** @enum {string} */
|
|
7572
7572
|
type: "non_fungible";
|
|
7573
7573
|
asset_value: {
|
|
@@ -7611,7 +7611,7 @@ export interface operations {
|
|
|
7611
7611
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
7612
7612
|
sponsored: boolean;
|
|
7613
7613
|
sponsor_address?: string;
|
|
7614
|
-
post_condition_mode: "allow" | "deny";
|
|
7614
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
7615
7615
|
post_conditions: ({
|
|
7616
7616
|
principal: {
|
|
7617
7617
|
/** @enum {string} */
|
|
@@ -7667,7 +7667,7 @@ export interface operations {
|
|
|
7667
7667
|
address: string;
|
|
7668
7668
|
contract_name: string;
|
|
7669
7669
|
};
|
|
7670
|
-
condition_code: "sent" | "not_sent";
|
|
7670
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
7671
7671
|
/** @enum {string} */
|
|
7672
7672
|
type: "non_fungible";
|
|
7673
7673
|
asset_value: {
|
|
@@ -7711,7 +7711,7 @@ export interface operations {
|
|
|
7711
7711
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
7712
7712
|
sponsored: boolean;
|
|
7713
7713
|
sponsor_address?: string;
|
|
7714
|
-
post_condition_mode: "allow" | "deny";
|
|
7714
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
7715
7715
|
post_conditions: ({
|
|
7716
7716
|
principal: {
|
|
7717
7717
|
/** @enum {string} */
|
|
@@ -7767,7 +7767,7 @@ export interface operations {
|
|
|
7767
7767
|
address: string;
|
|
7768
7768
|
contract_name: string;
|
|
7769
7769
|
};
|
|
7770
|
-
condition_code: "sent" | "not_sent";
|
|
7770
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
7771
7771
|
/** @enum {string} */
|
|
7772
7772
|
type: "non_fungible";
|
|
7773
7773
|
asset_value: {
|
|
@@ -7818,7 +7818,7 @@ export interface operations {
|
|
|
7818
7818
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
7819
7819
|
sponsored: boolean;
|
|
7820
7820
|
sponsor_address?: string;
|
|
7821
|
-
post_condition_mode: "allow" | "deny";
|
|
7821
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
7822
7822
|
post_conditions: ({
|
|
7823
7823
|
principal: {
|
|
7824
7824
|
/** @enum {string} */
|
|
@@ -7874,7 +7874,7 @@ export interface operations {
|
|
|
7874
7874
|
address: string;
|
|
7875
7875
|
contract_name: string;
|
|
7876
7876
|
};
|
|
7877
|
-
condition_code: "sent" | "not_sent";
|
|
7877
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
7878
7878
|
/** @enum {string} */
|
|
7879
7879
|
type: "non_fungible";
|
|
7880
7880
|
asset_value: {
|
|
@@ -7917,7 +7917,7 @@ export interface operations {
|
|
|
7917
7917
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
7918
7918
|
sponsored: boolean;
|
|
7919
7919
|
sponsor_address?: string;
|
|
7920
|
-
post_condition_mode: "allow" | "deny";
|
|
7920
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
7921
7921
|
post_conditions: ({
|
|
7922
7922
|
principal: {
|
|
7923
7923
|
/** @enum {string} */
|
|
@@ -7973,7 +7973,7 @@ export interface operations {
|
|
|
7973
7973
|
address: string;
|
|
7974
7974
|
contract_name: string;
|
|
7975
7975
|
};
|
|
7976
|
-
condition_code: "sent" | "not_sent";
|
|
7976
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
7977
7977
|
/** @enum {string} */
|
|
7978
7978
|
type: "non_fungible";
|
|
7979
7979
|
asset_value: {
|
|
@@ -8016,7 +8016,7 @@ export interface operations {
|
|
|
8016
8016
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
8017
8017
|
sponsored: boolean;
|
|
8018
8018
|
sponsor_address?: string;
|
|
8019
|
-
post_condition_mode: "allow" | "deny";
|
|
8019
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
8020
8020
|
post_conditions: ({
|
|
8021
8021
|
principal: {
|
|
8022
8022
|
/** @enum {string} */
|
|
@@ -8072,7 +8072,7 @@ export interface operations {
|
|
|
8072
8072
|
address: string;
|
|
8073
8073
|
contract_name: string;
|
|
8074
8074
|
};
|
|
8075
|
-
condition_code: "sent" | "not_sent";
|
|
8075
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
8076
8076
|
/** @enum {string} */
|
|
8077
8077
|
type: "non_fungible";
|
|
8078
8078
|
asset_value: {
|
|
@@ -8222,7 +8222,7 @@ export interface operations {
|
|
|
8222
8222
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
8223
8223
|
sponsored: boolean;
|
|
8224
8224
|
sponsor_address?: string;
|
|
8225
|
-
post_condition_mode: "allow" | "deny";
|
|
8225
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
8226
8226
|
post_conditions: ({
|
|
8227
8227
|
principal: {
|
|
8228
8228
|
/** @enum {string} */
|
|
@@ -8278,7 +8278,7 @@ export interface operations {
|
|
|
8278
8278
|
address: string;
|
|
8279
8279
|
contract_name: string;
|
|
8280
8280
|
};
|
|
8281
|
-
condition_code: "sent" | "not_sent";
|
|
8281
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
8282
8282
|
/** @enum {string} */
|
|
8283
8283
|
type: "non_fungible";
|
|
8284
8284
|
asset_value: {
|
|
@@ -8437,7 +8437,7 @@ export interface operations {
|
|
|
8437
8437
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
8438
8438
|
sponsored: boolean;
|
|
8439
8439
|
sponsor_address?: string;
|
|
8440
|
-
post_condition_mode: "allow" | "deny";
|
|
8440
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
8441
8441
|
post_conditions: ({
|
|
8442
8442
|
principal: {
|
|
8443
8443
|
/** @enum {string} */
|
|
@@ -8493,7 +8493,7 @@ export interface operations {
|
|
|
8493
8493
|
address: string;
|
|
8494
8494
|
contract_name: string;
|
|
8495
8495
|
};
|
|
8496
|
-
condition_code: "sent" | "not_sent";
|
|
8496
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
8497
8497
|
/** @enum {string} */
|
|
8498
8498
|
type: "non_fungible";
|
|
8499
8499
|
asset_value: {
|
|
@@ -8652,7 +8652,7 @@ export interface operations {
|
|
|
8652
8652
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
8653
8653
|
sponsored: boolean;
|
|
8654
8654
|
sponsor_address?: string;
|
|
8655
|
-
post_condition_mode: "allow" | "deny";
|
|
8655
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
8656
8656
|
post_conditions: ({
|
|
8657
8657
|
principal: {
|
|
8658
8658
|
/** @enum {string} */
|
|
@@ -8708,7 +8708,7 @@ export interface operations {
|
|
|
8708
8708
|
address: string;
|
|
8709
8709
|
contract_name: string;
|
|
8710
8710
|
};
|
|
8711
|
-
condition_code: "sent" | "not_sent";
|
|
8711
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
8712
8712
|
/** @enum {string} */
|
|
8713
8713
|
type: "non_fungible";
|
|
8714
8714
|
asset_value: {
|
|
@@ -8874,7 +8874,7 @@ export interface operations {
|
|
|
8874
8874
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
8875
8875
|
sponsored: boolean;
|
|
8876
8876
|
sponsor_address?: string;
|
|
8877
|
-
post_condition_mode: "allow" | "deny";
|
|
8877
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
8878
8878
|
post_conditions: ({
|
|
8879
8879
|
principal: {
|
|
8880
8880
|
/** @enum {string} */
|
|
@@ -8930,7 +8930,7 @@ export interface operations {
|
|
|
8930
8930
|
address: string;
|
|
8931
8931
|
contract_name: string;
|
|
8932
8932
|
};
|
|
8933
|
-
condition_code: "sent" | "not_sent";
|
|
8933
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
8934
8934
|
/** @enum {string} */
|
|
8935
8935
|
type: "non_fungible";
|
|
8936
8936
|
asset_value: {
|
|
@@ -9088,7 +9088,7 @@ export interface operations {
|
|
|
9088
9088
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
9089
9089
|
sponsored: boolean;
|
|
9090
9090
|
sponsor_address?: string;
|
|
9091
|
-
post_condition_mode: "allow" | "deny";
|
|
9091
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
9092
9092
|
post_conditions: ({
|
|
9093
9093
|
principal: {
|
|
9094
9094
|
/** @enum {string} */
|
|
@@ -9144,7 +9144,7 @@ export interface operations {
|
|
|
9144
9144
|
address: string;
|
|
9145
9145
|
contract_name: string;
|
|
9146
9146
|
};
|
|
9147
|
-
condition_code: "sent" | "not_sent";
|
|
9147
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
9148
9148
|
/** @enum {string} */
|
|
9149
9149
|
type: "non_fungible";
|
|
9150
9150
|
asset_value: {
|
|
@@ -9302,7 +9302,7 @@ export interface operations {
|
|
|
9302
9302
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
9303
9303
|
sponsored: boolean;
|
|
9304
9304
|
sponsor_address?: string;
|
|
9305
|
-
post_condition_mode: "allow" | "deny";
|
|
9305
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
9306
9306
|
post_conditions: ({
|
|
9307
9307
|
principal: {
|
|
9308
9308
|
/** @enum {string} */
|
|
@@ -9358,7 +9358,7 @@ export interface operations {
|
|
|
9358
9358
|
address: string;
|
|
9359
9359
|
contract_name: string;
|
|
9360
9360
|
};
|
|
9361
|
-
condition_code: "sent" | "not_sent";
|
|
9361
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
9362
9362
|
/** @enum {string} */
|
|
9363
9363
|
type: "non_fungible";
|
|
9364
9364
|
asset_value: {
|
|
@@ -9581,7 +9581,7 @@ export interface operations {
|
|
|
9581
9581
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
9582
9582
|
sponsored: boolean;
|
|
9583
9583
|
sponsor_address?: string;
|
|
9584
|
-
post_condition_mode: "allow" | "deny";
|
|
9584
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
9585
9585
|
post_conditions: ({
|
|
9586
9586
|
principal: {
|
|
9587
9587
|
/** @enum {string} */
|
|
@@ -9637,7 +9637,7 @@ export interface operations {
|
|
|
9637
9637
|
address: string;
|
|
9638
9638
|
contract_name: string;
|
|
9639
9639
|
};
|
|
9640
|
-
condition_code: "sent" | "not_sent";
|
|
9640
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
9641
9641
|
/** @enum {string} */
|
|
9642
9642
|
type: "non_fungible";
|
|
9643
9643
|
asset_value: {
|
|
@@ -9796,7 +9796,7 @@ export interface operations {
|
|
|
9796
9796
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
9797
9797
|
sponsored: boolean;
|
|
9798
9798
|
sponsor_address?: string;
|
|
9799
|
-
post_condition_mode: "allow" | "deny";
|
|
9799
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
9800
9800
|
post_conditions: ({
|
|
9801
9801
|
principal: {
|
|
9802
9802
|
/** @enum {string} */
|
|
@@ -9852,7 +9852,7 @@ export interface operations {
|
|
|
9852
9852
|
address: string;
|
|
9853
9853
|
contract_name: string;
|
|
9854
9854
|
};
|
|
9855
|
-
condition_code: "sent" | "not_sent";
|
|
9855
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
9856
9856
|
/** @enum {string} */
|
|
9857
9857
|
type: "non_fungible";
|
|
9858
9858
|
asset_value: {
|
|
@@ -10011,7 +10011,7 @@ export interface operations {
|
|
|
10011
10011
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
10012
10012
|
sponsored: boolean;
|
|
10013
10013
|
sponsor_address?: string;
|
|
10014
|
-
post_condition_mode: "allow" | "deny";
|
|
10014
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
10015
10015
|
post_conditions: ({
|
|
10016
10016
|
principal: {
|
|
10017
10017
|
/** @enum {string} */
|
|
@@ -10067,7 +10067,7 @@ export interface operations {
|
|
|
10067
10067
|
address: string;
|
|
10068
10068
|
contract_name: string;
|
|
10069
10069
|
};
|
|
10070
|
-
condition_code: "sent" | "not_sent";
|
|
10070
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
10071
10071
|
/** @enum {string} */
|
|
10072
10072
|
type: "non_fungible";
|
|
10073
10073
|
asset_value: {
|
|
@@ -10233,7 +10233,7 @@ export interface operations {
|
|
|
10233
10233
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
10234
10234
|
sponsored: boolean;
|
|
10235
10235
|
sponsor_address?: string;
|
|
10236
|
-
post_condition_mode: "allow" | "deny";
|
|
10236
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
10237
10237
|
post_conditions: ({
|
|
10238
10238
|
principal: {
|
|
10239
10239
|
/** @enum {string} */
|
|
@@ -10289,7 +10289,7 @@ export interface operations {
|
|
|
10289
10289
|
address: string;
|
|
10290
10290
|
contract_name: string;
|
|
10291
10291
|
};
|
|
10292
|
-
condition_code: "sent" | "not_sent";
|
|
10292
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
10293
10293
|
/** @enum {string} */
|
|
10294
10294
|
type: "non_fungible";
|
|
10295
10295
|
asset_value: {
|
|
@@ -10447,7 +10447,7 @@ export interface operations {
|
|
|
10447
10447
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
10448
10448
|
sponsored: boolean;
|
|
10449
10449
|
sponsor_address?: string;
|
|
10450
|
-
post_condition_mode: "allow" | "deny";
|
|
10450
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
10451
10451
|
post_conditions: ({
|
|
10452
10452
|
principal: {
|
|
10453
10453
|
/** @enum {string} */
|
|
@@ -10503,7 +10503,7 @@ export interface operations {
|
|
|
10503
10503
|
address: string;
|
|
10504
10504
|
contract_name: string;
|
|
10505
10505
|
};
|
|
10506
|
-
condition_code: "sent" | "not_sent";
|
|
10506
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
10507
10507
|
/** @enum {string} */
|
|
10508
10508
|
type: "non_fungible";
|
|
10509
10509
|
asset_value: {
|
|
@@ -10661,7 +10661,7 @@ export interface operations {
|
|
|
10661
10661
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
10662
10662
|
sponsored: boolean;
|
|
10663
10663
|
sponsor_address?: string;
|
|
10664
|
-
post_condition_mode: "allow" | "deny";
|
|
10664
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
10665
10665
|
post_conditions: ({
|
|
10666
10666
|
principal: {
|
|
10667
10667
|
/** @enum {string} */
|
|
@@ -10717,7 +10717,7 @@ export interface operations {
|
|
|
10717
10717
|
address: string;
|
|
10718
10718
|
contract_name: string;
|
|
10719
10719
|
};
|
|
10720
|
-
condition_code: "sent" | "not_sent";
|
|
10720
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
10721
10721
|
/** @enum {string} */
|
|
10722
10722
|
type: "non_fungible";
|
|
10723
10723
|
asset_value: {
|
|
@@ -11226,7 +11226,7 @@ export interface operations {
|
|
|
11226
11226
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
11227
11227
|
sponsored: boolean;
|
|
11228
11228
|
sponsor_address?: string;
|
|
11229
|
-
post_condition_mode: "allow" | "deny";
|
|
11229
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
11230
11230
|
post_conditions: ({
|
|
11231
11231
|
principal: {
|
|
11232
11232
|
/** @enum {string} */
|
|
@@ -11282,7 +11282,7 @@ export interface operations {
|
|
|
11282
11282
|
address: string;
|
|
11283
11283
|
contract_name: string;
|
|
11284
11284
|
};
|
|
11285
|
-
condition_code: "sent" | "not_sent";
|
|
11285
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
11286
11286
|
/** @enum {string} */
|
|
11287
11287
|
type: "non_fungible";
|
|
11288
11288
|
asset_value: {
|
|
@@ -11441,7 +11441,7 @@ export interface operations {
|
|
|
11441
11441
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
11442
11442
|
sponsored: boolean;
|
|
11443
11443
|
sponsor_address?: string;
|
|
11444
|
-
post_condition_mode: "allow" | "deny";
|
|
11444
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
11445
11445
|
post_conditions: ({
|
|
11446
11446
|
principal: {
|
|
11447
11447
|
/** @enum {string} */
|
|
@@ -11497,7 +11497,7 @@ export interface operations {
|
|
|
11497
11497
|
address: string;
|
|
11498
11498
|
contract_name: string;
|
|
11499
11499
|
};
|
|
11500
|
-
condition_code: "sent" | "not_sent";
|
|
11500
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
11501
11501
|
/** @enum {string} */
|
|
11502
11502
|
type: "non_fungible";
|
|
11503
11503
|
asset_value: {
|
|
@@ -11656,7 +11656,7 @@ export interface operations {
|
|
|
11656
11656
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
11657
11657
|
sponsored: boolean;
|
|
11658
11658
|
sponsor_address?: string;
|
|
11659
|
-
post_condition_mode: "allow" | "deny";
|
|
11659
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
11660
11660
|
post_conditions: ({
|
|
11661
11661
|
principal: {
|
|
11662
11662
|
/** @enum {string} */
|
|
@@ -11712,7 +11712,7 @@ export interface operations {
|
|
|
11712
11712
|
address: string;
|
|
11713
11713
|
contract_name: string;
|
|
11714
11714
|
};
|
|
11715
|
-
condition_code: "sent" | "not_sent";
|
|
11715
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
11716
11716
|
/** @enum {string} */
|
|
11717
11717
|
type: "non_fungible";
|
|
11718
11718
|
asset_value: {
|
|
@@ -11878,7 +11878,7 @@ export interface operations {
|
|
|
11878
11878
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
11879
11879
|
sponsored: boolean;
|
|
11880
11880
|
sponsor_address?: string;
|
|
11881
|
-
post_condition_mode: "allow" | "deny";
|
|
11881
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
11882
11882
|
post_conditions: ({
|
|
11883
11883
|
principal: {
|
|
11884
11884
|
/** @enum {string} */
|
|
@@ -11934,7 +11934,7 @@ export interface operations {
|
|
|
11934
11934
|
address: string;
|
|
11935
11935
|
contract_name: string;
|
|
11936
11936
|
};
|
|
11937
|
-
condition_code: "sent" | "not_sent";
|
|
11937
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
11938
11938
|
/** @enum {string} */
|
|
11939
11939
|
type: "non_fungible";
|
|
11940
11940
|
asset_value: {
|
|
@@ -12092,7 +12092,7 @@ export interface operations {
|
|
|
12092
12092
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
12093
12093
|
sponsored: boolean;
|
|
12094
12094
|
sponsor_address?: string;
|
|
12095
|
-
post_condition_mode: "allow" | "deny";
|
|
12095
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
12096
12096
|
post_conditions: ({
|
|
12097
12097
|
principal: {
|
|
12098
12098
|
/** @enum {string} */
|
|
@@ -12148,7 +12148,7 @@ export interface operations {
|
|
|
12148
12148
|
address: string;
|
|
12149
12149
|
contract_name: string;
|
|
12150
12150
|
};
|
|
12151
|
-
condition_code: "sent" | "not_sent";
|
|
12151
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
12152
12152
|
/** @enum {string} */
|
|
12153
12153
|
type: "non_fungible";
|
|
12154
12154
|
asset_value: {
|
|
@@ -12306,7 +12306,7 @@ export interface operations {
|
|
|
12306
12306
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
12307
12307
|
sponsored: boolean;
|
|
12308
12308
|
sponsor_address?: string;
|
|
12309
|
-
post_condition_mode: "allow" | "deny";
|
|
12309
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
12310
12310
|
post_conditions: ({
|
|
12311
12311
|
principal: {
|
|
12312
12312
|
/** @enum {string} */
|
|
@@ -12362,7 +12362,7 @@ export interface operations {
|
|
|
12362
12362
|
address: string;
|
|
12363
12363
|
contract_name: string;
|
|
12364
12364
|
};
|
|
12365
|
-
condition_code: "sent" | "not_sent";
|
|
12365
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
12366
12366
|
/** @enum {string} */
|
|
12367
12367
|
type: "non_fungible";
|
|
12368
12368
|
asset_value: {
|
|
@@ -12606,7 +12606,7 @@ export interface operations {
|
|
|
12606
12606
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
12607
12607
|
sponsored: boolean;
|
|
12608
12608
|
sponsor_address?: string;
|
|
12609
|
-
post_condition_mode: "allow" | "deny";
|
|
12609
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
12610
12610
|
post_conditions: ({
|
|
12611
12611
|
principal: {
|
|
12612
12612
|
/** @enum {string} */
|
|
@@ -12662,7 +12662,7 @@ export interface operations {
|
|
|
12662
12662
|
address: string;
|
|
12663
12663
|
contract_name: string;
|
|
12664
12664
|
};
|
|
12665
|
-
condition_code: "sent" | "not_sent";
|
|
12665
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
12666
12666
|
/** @enum {string} */
|
|
12667
12667
|
type: "non_fungible";
|
|
12668
12668
|
asset_value: {
|
|
@@ -12821,7 +12821,7 @@ export interface operations {
|
|
|
12821
12821
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
12822
12822
|
sponsored: boolean;
|
|
12823
12823
|
sponsor_address?: string;
|
|
12824
|
-
post_condition_mode: "allow" | "deny";
|
|
12824
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
12825
12825
|
post_conditions: ({
|
|
12826
12826
|
principal: {
|
|
12827
12827
|
/** @enum {string} */
|
|
@@ -12877,7 +12877,7 @@ export interface operations {
|
|
|
12877
12877
|
address: string;
|
|
12878
12878
|
contract_name: string;
|
|
12879
12879
|
};
|
|
12880
|
-
condition_code: "sent" | "not_sent";
|
|
12880
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
12881
12881
|
/** @enum {string} */
|
|
12882
12882
|
type: "non_fungible";
|
|
12883
12883
|
asset_value: {
|
|
@@ -13036,7 +13036,7 @@ export interface operations {
|
|
|
13036
13036
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
13037
13037
|
sponsored: boolean;
|
|
13038
13038
|
sponsor_address?: string;
|
|
13039
|
-
post_condition_mode: "allow" | "deny";
|
|
13039
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
13040
13040
|
post_conditions: ({
|
|
13041
13041
|
principal: {
|
|
13042
13042
|
/** @enum {string} */
|
|
@@ -13092,7 +13092,7 @@ export interface operations {
|
|
|
13092
13092
|
address: string;
|
|
13093
13093
|
contract_name: string;
|
|
13094
13094
|
};
|
|
13095
|
-
condition_code: "sent" | "not_sent";
|
|
13095
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
13096
13096
|
/** @enum {string} */
|
|
13097
13097
|
type: "non_fungible";
|
|
13098
13098
|
asset_value: {
|
|
@@ -13258,7 +13258,7 @@ export interface operations {
|
|
|
13258
13258
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
13259
13259
|
sponsored: boolean;
|
|
13260
13260
|
sponsor_address?: string;
|
|
13261
|
-
post_condition_mode: "allow" | "deny";
|
|
13261
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
13262
13262
|
post_conditions: ({
|
|
13263
13263
|
principal: {
|
|
13264
13264
|
/** @enum {string} */
|
|
@@ -13314,7 +13314,7 @@ export interface operations {
|
|
|
13314
13314
|
address: string;
|
|
13315
13315
|
contract_name: string;
|
|
13316
13316
|
};
|
|
13317
|
-
condition_code: "sent" | "not_sent";
|
|
13317
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
13318
13318
|
/** @enum {string} */
|
|
13319
13319
|
type: "non_fungible";
|
|
13320
13320
|
asset_value: {
|
|
@@ -13472,7 +13472,7 @@ export interface operations {
|
|
|
13472
13472
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
13473
13473
|
sponsored: boolean;
|
|
13474
13474
|
sponsor_address?: string;
|
|
13475
|
-
post_condition_mode: "allow" | "deny";
|
|
13475
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
13476
13476
|
post_conditions: ({
|
|
13477
13477
|
principal: {
|
|
13478
13478
|
/** @enum {string} */
|
|
@@ -13528,7 +13528,7 @@ export interface operations {
|
|
|
13528
13528
|
address: string;
|
|
13529
13529
|
contract_name: string;
|
|
13530
13530
|
};
|
|
13531
|
-
condition_code: "sent" | "not_sent";
|
|
13531
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
13532
13532
|
/** @enum {string} */
|
|
13533
13533
|
type: "non_fungible";
|
|
13534
13534
|
asset_value: {
|
|
@@ -13686,7 +13686,7 @@ export interface operations {
|
|
|
13686
13686
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
13687
13687
|
sponsored: boolean;
|
|
13688
13688
|
sponsor_address?: string;
|
|
13689
|
-
post_condition_mode: "allow" | "deny";
|
|
13689
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
13690
13690
|
post_conditions: ({
|
|
13691
13691
|
principal: {
|
|
13692
13692
|
/** @enum {string} */
|
|
@@ -13742,7 +13742,7 @@ export interface operations {
|
|
|
13742
13742
|
address: string;
|
|
13743
13743
|
contract_name: string;
|
|
13744
13744
|
};
|
|
13745
|
-
condition_code: "sent" | "not_sent";
|
|
13745
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
13746
13746
|
/** @enum {string} */
|
|
13747
13747
|
type: "non_fungible";
|
|
13748
13748
|
asset_value: {
|
|
@@ -13991,7 +13991,7 @@ export interface operations {
|
|
|
13991
13991
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
13992
13992
|
sponsored: boolean;
|
|
13993
13993
|
sponsor_address?: string;
|
|
13994
|
-
post_condition_mode: "allow" | "deny";
|
|
13994
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
13995
13995
|
post_conditions: ({
|
|
13996
13996
|
principal: {
|
|
13997
13997
|
/** @enum {string} */
|
|
@@ -14047,7 +14047,7 @@ export interface operations {
|
|
|
14047
14047
|
address: string;
|
|
14048
14048
|
contract_name: string;
|
|
14049
14049
|
};
|
|
14050
|
-
condition_code: "sent" | "not_sent";
|
|
14050
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
14051
14051
|
/** @enum {string} */
|
|
14052
14052
|
type: "non_fungible";
|
|
14053
14053
|
asset_value: {
|
|
@@ -14206,7 +14206,7 @@ export interface operations {
|
|
|
14206
14206
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
14207
14207
|
sponsored: boolean;
|
|
14208
14208
|
sponsor_address?: string;
|
|
14209
|
-
post_condition_mode: "allow" | "deny";
|
|
14209
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
14210
14210
|
post_conditions: ({
|
|
14211
14211
|
principal: {
|
|
14212
14212
|
/** @enum {string} */
|
|
@@ -14262,7 +14262,7 @@ export interface operations {
|
|
|
14262
14262
|
address: string;
|
|
14263
14263
|
contract_name: string;
|
|
14264
14264
|
};
|
|
14265
|
-
condition_code: "sent" | "not_sent";
|
|
14265
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
14266
14266
|
/** @enum {string} */
|
|
14267
14267
|
type: "non_fungible";
|
|
14268
14268
|
asset_value: {
|
|
@@ -14421,7 +14421,7 @@ export interface operations {
|
|
|
14421
14421
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
14422
14422
|
sponsored: boolean;
|
|
14423
14423
|
sponsor_address?: string;
|
|
14424
|
-
post_condition_mode: "allow" | "deny";
|
|
14424
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
14425
14425
|
post_conditions: ({
|
|
14426
14426
|
principal: {
|
|
14427
14427
|
/** @enum {string} */
|
|
@@ -14477,7 +14477,7 @@ export interface operations {
|
|
|
14477
14477
|
address: string;
|
|
14478
14478
|
contract_name: string;
|
|
14479
14479
|
};
|
|
14480
|
-
condition_code: "sent" | "not_sent";
|
|
14480
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
14481
14481
|
/** @enum {string} */
|
|
14482
14482
|
type: "non_fungible";
|
|
14483
14483
|
asset_value: {
|
|
@@ -14643,7 +14643,7 @@ export interface operations {
|
|
|
14643
14643
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
14644
14644
|
sponsored: boolean;
|
|
14645
14645
|
sponsor_address?: string;
|
|
14646
|
-
post_condition_mode: "allow" | "deny";
|
|
14646
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
14647
14647
|
post_conditions: ({
|
|
14648
14648
|
principal: {
|
|
14649
14649
|
/** @enum {string} */
|
|
@@ -14699,7 +14699,7 @@ export interface operations {
|
|
|
14699
14699
|
address: string;
|
|
14700
14700
|
contract_name: string;
|
|
14701
14701
|
};
|
|
14702
|
-
condition_code: "sent" | "not_sent";
|
|
14702
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
14703
14703
|
/** @enum {string} */
|
|
14704
14704
|
type: "non_fungible";
|
|
14705
14705
|
asset_value: {
|
|
@@ -14857,7 +14857,7 @@ export interface operations {
|
|
|
14857
14857
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
14858
14858
|
sponsored: boolean;
|
|
14859
14859
|
sponsor_address?: string;
|
|
14860
|
-
post_condition_mode: "allow" | "deny";
|
|
14860
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
14861
14861
|
post_conditions: ({
|
|
14862
14862
|
principal: {
|
|
14863
14863
|
/** @enum {string} */
|
|
@@ -14913,7 +14913,7 @@ export interface operations {
|
|
|
14913
14913
|
address: string;
|
|
14914
14914
|
contract_name: string;
|
|
14915
14915
|
};
|
|
14916
|
-
condition_code: "sent" | "not_sent";
|
|
14916
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
14917
14917
|
/** @enum {string} */
|
|
14918
14918
|
type: "non_fungible";
|
|
14919
14919
|
asset_value: {
|
|
@@ -15071,7 +15071,7 @@ export interface operations {
|
|
|
15071
15071
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
15072
15072
|
sponsored: boolean;
|
|
15073
15073
|
sponsor_address?: string;
|
|
15074
|
-
post_condition_mode: "allow" | "deny";
|
|
15074
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
15075
15075
|
post_conditions: ({
|
|
15076
15076
|
principal: {
|
|
15077
15077
|
/** @enum {string} */
|
|
@@ -15127,7 +15127,7 @@ export interface operations {
|
|
|
15127
15127
|
address: string;
|
|
15128
15128
|
contract_name: string;
|
|
15129
15129
|
};
|
|
15130
|
-
condition_code: "sent" | "not_sent";
|
|
15130
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
15131
15131
|
/** @enum {string} */
|
|
15132
15132
|
type: "non_fungible";
|
|
15133
15133
|
asset_value: {
|
|
@@ -15805,7 +15805,7 @@ export interface operations {
|
|
|
15805
15805
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
15806
15806
|
sponsored: boolean;
|
|
15807
15807
|
sponsor_address?: string;
|
|
15808
|
-
post_condition_mode: "allow" | "deny";
|
|
15808
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
15809
15809
|
post_conditions: ({
|
|
15810
15810
|
principal: {
|
|
15811
15811
|
/** @enum {string} */
|
|
@@ -15861,7 +15861,7 @@ export interface operations {
|
|
|
15861
15861
|
address: string;
|
|
15862
15862
|
contract_name: string;
|
|
15863
15863
|
};
|
|
15864
|
-
condition_code: "sent" | "not_sent";
|
|
15864
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
15865
15865
|
/** @enum {string} */
|
|
15866
15866
|
type: "non_fungible";
|
|
15867
15867
|
asset_value: {
|
|
@@ -16020,7 +16020,7 @@ export interface operations {
|
|
|
16020
16020
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
16021
16021
|
sponsored: boolean;
|
|
16022
16022
|
sponsor_address?: string;
|
|
16023
|
-
post_condition_mode: "allow" | "deny";
|
|
16023
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
16024
16024
|
post_conditions: ({
|
|
16025
16025
|
principal: {
|
|
16026
16026
|
/** @enum {string} */
|
|
@@ -16076,7 +16076,7 @@ export interface operations {
|
|
|
16076
16076
|
address: string;
|
|
16077
16077
|
contract_name: string;
|
|
16078
16078
|
};
|
|
16079
|
-
condition_code: "sent" | "not_sent";
|
|
16079
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
16080
16080
|
/** @enum {string} */
|
|
16081
16081
|
type: "non_fungible";
|
|
16082
16082
|
asset_value: {
|
|
@@ -16235,7 +16235,7 @@ export interface operations {
|
|
|
16235
16235
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
16236
16236
|
sponsored: boolean;
|
|
16237
16237
|
sponsor_address?: string;
|
|
16238
|
-
post_condition_mode: "allow" | "deny";
|
|
16238
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
16239
16239
|
post_conditions: ({
|
|
16240
16240
|
principal: {
|
|
16241
16241
|
/** @enum {string} */
|
|
@@ -16291,7 +16291,7 @@ export interface operations {
|
|
|
16291
16291
|
address: string;
|
|
16292
16292
|
contract_name: string;
|
|
16293
16293
|
};
|
|
16294
|
-
condition_code: "sent" | "not_sent";
|
|
16294
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
16295
16295
|
/** @enum {string} */
|
|
16296
16296
|
type: "non_fungible";
|
|
16297
16297
|
asset_value: {
|
|
@@ -16457,7 +16457,7 @@ export interface operations {
|
|
|
16457
16457
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
16458
16458
|
sponsored: boolean;
|
|
16459
16459
|
sponsor_address?: string;
|
|
16460
|
-
post_condition_mode: "allow" | "deny";
|
|
16460
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
16461
16461
|
post_conditions: ({
|
|
16462
16462
|
principal: {
|
|
16463
16463
|
/** @enum {string} */
|
|
@@ -16513,7 +16513,7 @@ export interface operations {
|
|
|
16513
16513
|
address: string;
|
|
16514
16514
|
contract_name: string;
|
|
16515
16515
|
};
|
|
16516
|
-
condition_code: "sent" | "not_sent";
|
|
16516
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
16517
16517
|
/** @enum {string} */
|
|
16518
16518
|
type: "non_fungible";
|
|
16519
16519
|
asset_value: {
|
|
@@ -16671,7 +16671,7 @@ export interface operations {
|
|
|
16671
16671
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
16672
16672
|
sponsored: boolean;
|
|
16673
16673
|
sponsor_address?: string;
|
|
16674
|
-
post_condition_mode: "allow" | "deny";
|
|
16674
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
16675
16675
|
post_conditions: ({
|
|
16676
16676
|
principal: {
|
|
16677
16677
|
/** @enum {string} */
|
|
@@ -16727,7 +16727,7 @@ export interface operations {
|
|
|
16727
16727
|
address: string;
|
|
16728
16728
|
contract_name: string;
|
|
16729
16729
|
};
|
|
16730
|
-
condition_code: "sent" | "not_sent";
|
|
16730
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
16731
16731
|
/** @enum {string} */
|
|
16732
16732
|
type: "non_fungible";
|
|
16733
16733
|
asset_value: {
|
|
@@ -16885,7 +16885,7 @@ export interface operations {
|
|
|
16885
16885
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
16886
16886
|
sponsored: boolean;
|
|
16887
16887
|
sponsor_address?: string;
|
|
16888
|
-
post_condition_mode: "allow" | "deny";
|
|
16888
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
16889
16889
|
post_conditions: ({
|
|
16890
16890
|
principal: {
|
|
16891
16891
|
/** @enum {string} */
|
|
@@ -16941,7 +16941,7 @@ export interface operations {
|
|
|
16941
16941
|
address: string;
|
|
16942
16942
|
contract_name: string;
|
|
16943
16943
|
};
|
|
16944
|
-
condition_code: "sent" | "not_sent";
|
|
16944
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
16945
16945
|
/** @enum {string} */
|
|
16946
16946
|
type: "non_fungible";
|
|
16947
16947
|
asset_value: {
|
|
@@ -18100,7 +18100,7 @@ export interface operations {
|
|
|
18100
18100
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
18101
18101
|
sponsored: boolean;
|
|
18102
18102
|
sponsor_address?: string;
|
|
18103
|
-
post_condition_mode: "allow" | "deny";
|
|
18103
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
18104
18104
|
post_conditions: ({
|
|
18105
18105
|
principal: {
|
|
18106
18106
|
/** @enum {string} */
|
|
@@ -18156,7 +18156,7 @@ export interface operations {
|
|
|
18156
18156
|
address: string;
|
|
18157
18157
|
contract_name: string;
|
|
18158
18158
|
};
|
|
18159
|
-
condition_code: "sent" | "not_sent";
|
|
18159
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
18160
18160
|
/** @enum {string} */
|
|
18161
18161
|
type: "non_fungible";
|
|
18162
18162
|
asset_value: {
|
|
@@ -18315,7 +18315,7 @@ export interface operations {
|
|
|
18315
18315
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
18316
18316
|
sponsored: boolean;
|
|
18317
18317
|
sponsor_address?: string;
|
|
18318
|
-
post_condition_mode: "allow" | "deny";
|
|
18318
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
18319
18319
|
post_conditions: ({
|
|
18320
18320
|
principal: {
|
|
18321
18321
|
/** @enum {string} */
|
|
@@ -18371,7 +18371,7 @@ export interface operations {
|
|
|
18371
18371
|
address: string;
|
|
18372
18372
|
contract_name: string;
|
|
18373
18373
|
};
|
|
18374
|
-
condition_code: "sent" | "not_sent";
|
|
18374
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
18375
18375
|
/** @enum {string} */
|
|
18376
18376
|
type: "non_fungible";
|
|
18377
18377
|
asset_value: {
|
|
@@ -18530,7 +18530,7 @@ export interface operations {
|
|
|
18530
18530
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
18531
18531
|
sponsored: boolean;
|
|
18532
18532
|
sponsor_address?: string;
|
|
18533
|
-
post_condition_mode: "allow" | "deny";
|
|
18533
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
18534
18534
|
post_conditions: ({
|
|
18535
18535
|
principal: {
|
|
18536
18536
|
/** @enum {string} */
|
|
@@ -18586,7 +18586,7 @@ export interface operations {
|
|
|
18586
18586
|
address: string;
|
|
18587
18587
|
contract_name: string;
|
|
18588
18588
|
};
|
|
18589
|
-
condition_code: "sent" | "not_sent";
|
|
18589
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
18590
18590
|
/** @enum {string} */
|
|
18591
18591
|
type: "non_fungible";
|
|
18592
18592
|
asset_value: {
|
|
@@ -18752,7 +18752,7 @@ export interface operations {
|
|
|
18752
18752
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
18753
18753
|
sponsored: boolean;
|
|
18754
18754
|
sponsor_address?: string;
|
|
18755
|
-
post_condition_mode: "allow" | "deny";
|
|
18755
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
18756
18756
|
post_conditions: ({
|
|
18757
18757
|
principal: {
|
|
18758
18758
|
/** @enum {string} */
|
|
@@ -18808,7 +18808,7 @@ export interface operations {
|
|
|
18808
18808
|
address: string;
|
|
18809
18809
|
contract_name: string;
|
|
18810
18810
|
};
|
|
18811
|
-
condition_code: "sent" | "not_sent";
|
|
18811
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
18812
18812
|
/** @enum {string} */
|
|
18813
18813
|
type: "non_fungible";
|
|
18814
18814
|
asset_value: {
|
|
@@ -18966,7 +18966,7 @@ export interface operations {
|
|
|
18966
18966
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
18967
18967
|
sponsored: boolean;
|
|
18968
18968
|
sponsor_address?: string;
|
|
18969
|
-
post_condition_mode: "allow" | "deny";
|
|
18969
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
18970
18970
|
post_conditions: ({
|
|
18971
18971
|
principal: {
|
|
18972
18972
|
/** @enum {string} */
|
|
@@ -19022,7 +19022,7 @@ export interface operations {
|
|
|
19022
19022
|
address: string;
|
|
19023
19023
|
contract_name: string;
|
|
19024
19024
|
};
|
|
19025
|
-
condition_code: "sent" | "not_sent";
|
|
19025
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
19026
19026
|
/** @enum {string} */
|
|
19027
19027
|
type: "non_fungible";
|
|
19028
19028
|
asset_value: {
|
|
@@ -19180,7 +19180,7 @@ export interface operations {
|
|
|
19180
19180
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
19181
19181
|
sponsored: boolean;
|
|
19182
19182
|
sponsor_address?: string;
|
|
19183
|
-
post_condition_mode: "allow" | "deny";
|
|
19183
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
19184
19184
|
post_conditions: ({
|
|
19185
19185
|
principal: {
|
|
19186
19186
|
/** @enum {string} */
|
|
@@ -19236,7 +19236,7 @@ export interface operations {
|
|
|
19236
19236
|
address: string;
|
|
19237
19237
|
contract_name: string;
|
|
19238
19238
|
};
|
|
19239
|
-
condition_code: "sent" | "not_sent";
|
|
19239
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
19240
19240
|
/** @enum {string} */
|
|
19241
19241
|
type: "non_fungible";
|
|
19242
19242
|
asset_value: {
|
|
@@ -19447,7 +19447,7 @@ export interface operations {
|
|
|
19447
19447
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
19448
19448
|
sponsored: boolean;
|
|
19449
19449
|
sponsor_address?: string;
|
|
19450
|
-
post_condition_mode: "allow" | "deny";
|
|
19450
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
19451
19451
|
post_conditions: ({
|
|
19452
19452
|
principal: {
|
|
19453
19453
|
/** @enum {string} */
|
|
@@ -19503,7 +19503,7 @@ export interface operations {
|
|
|
19503
19503
|
address: string;
|
|
19504
19504
|
contract_name: string;
|
|
19505
19505
|
};
|
|
19506
|
-
condition_code: "sent" | "not_sent";
|
|
19506
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
19507
19507
|
/** @enum {string} */
|
|
19508
19508
|
type: "non_fungible";
|
|
19509
19509
|
asset_value: {
|
|
@@ -19662,7 +19662,7 @@ export interface operations {
|
|
|
19662
19662
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
19663
19663
|
sponsored: boolean;
|
|
19664
19664
|
sponsor_address?: string;
|
|
19665
|
-
post_condition_mode: "allow" | "deny";
|
|
19665
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
19666
19666
|
post_conditions: ({
|
|
19667
19667
|
principal: {
|
|
19668
19668
|
/** @enum {string} */
|
|
@@ -19718,7 +19718,7 @@ export interface operations {
|
|
|
19718
19718
|
address: string;
|
|
19719
19719
|
contract_name: string;
|
|
19720
19720
|
};
|
|
19721
|
-
condition_code: "sent" | "not_sent";
|
|
19721
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
19722
19722
|
/** @enum {string} */
|
|
19723
19723
|
type: "non_fungible";
|
|
19724
19724
|
asset_value: {
|
|
@@ -19877,7 +19877,7 @@ export interface operations {
|
|
|
19877
19877
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
19878
19878
|
sponsored: boolean;
|
|
19879
19879
|
sponsor_address?: string;
|
|
19880
|
-
post_condition_mode: "allow" | "deny";
|
|
19880
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
19881
19881
|
post_conditions: ({
|
|
19882
19882
|
principal: {
|
|
19883
19883
|
/** @enum {string} */
|
|
@@ -19933,7 +19933,7 @@ export interface operations {
|
|
|
19933
19933
|
address: string;
|
|
19934
19934
|
contract_name: string;
|
|
19935
19935
|
};
|
|
19936
|
-
condition_code: "sent" | "not_sent";
|
|
19936
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
19937
19937
|
/** @enum {string} */
|
|
19938
19938
|
type: "non_fungible";
|
|
19939
19939
|
asset_value: {
|
|
@@ -20099,7 +20099,7 @@ export interface operations {
|
|
|
20099
20099
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
20100
20100
|
sponsored: boolean;
|
|
20101
20101
|
sponsor_address?: string;
|
|
20102
|
-
post_condition_mode: "allow" | "deny";
|
|
20102
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
20103
20103
|
post_conditions: ({
|
|
20104
20104
|
principal: {
|
|
20105
20105
|
/** @enum {string} */
|
|
@@ -20155,7 +20155,7 @@ export interface operations {
|
|
|
20155
20155
|
address: string;
|
|
20156
20156
|
contract_name: string;
|
|
20157
20157
|
};
|
|
20158
|
-
condition_code: "sent" | "not_sent";
|
|
20158
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
20159
20159
|
/** @enum {string} */
|
|
20160
20160
|
type: "non_fungible";
|
|
20161
20161
|
asset_value: {
|
|
@@ -20313,7 +20313,7 @@ export interface operations {
|
|
|
20313
20313
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
20314
20314
|
sponsored: boolean;
|
|
20315
20315
|
sponsor_address?: string;
|
|
20316
|
-
post_condition_mode: "allow" | "deny";
|
|
20316
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
20317
20317
|
post_conditions: ({
|
|
20318
20318
|
principal: {
|
|
20319
20319
|
/** @enum {string} */
|
|
@@ -20369,7 +20369,7 @@ export interface operations {
|
|
|
20369
20369
|
address: string;
|
|
20370
20370
|
contract_name: string;
|
|
20371
20371
|
};
|
|
20372
|
-
condition_code: "sent" | "not_sent";
|
|
20372
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
20373
20373
|
/** @enum {string} */
|
|
20374
20374
|
type: "non_fungible";
|
|
20375
20375
|
asset_value: {
|
|
@@ -20527,7 +20527,7 @@ export interface operations {
|
|
|
20527
20527
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
20528
20528
|
sponsored: boolean;
|
|
20529
20529
|
sponsor_address?: string;
|
|
20530
|
-
post_condition_mode: "allow" | "deny";
|
|
20530
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
20531
20531
|
post_conditions: ({
|
|
20532
20532
|
principal: {
|
|
20533
20533
|
/** @enum {string} */
|
|
@@ -20583,7 +20583,7 @@ export interface operations {
|
|
|
20583
20583
|
address: string;
|
|
20584
20584
|
contract_name: string;
|
|
20585
20585
|
};
|
|
20586
|
-
condition_code: "sent" | "not_sent";
|
|
20586
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
20587
20587
|
/** @enum {string} */
|
|
20588
20588
|
type: "non_fungible";
|
|
20589
20589
|
asset_value: {
|
|
@@ -20845,7 +20845,7 @@ export interface operations {
|
|
|
20845
20845
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
20846
20846
|
sponsored: boolean;
|
|
20847
20847
|
sponsor_address?: string;
|
|
20848
|
-
post_condition_mode: "allow" | "deny";
|
|
20848
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
20849
20849
|
post_conditions: ({
|
|
20850
20850
|
principal: {
|
|
20851
20851
|
/** @enum {string} */
|
|
@@ -20901,7 +20901,7 @@ export interface operations {
|
|
|
20901
20901
|
address: string;
|
|
20902
20902
|
contract_name: string;
|
|
20903
20903
|
};
|
|
20904
|
-
condition_code: "sent" | "not_sent";
|
|
20904
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
20905
20905
|
/** @enum {string} */
|
|
20906
20906
|
type: "non_fungible";
|
|
20907
20907
|
asset_value: {
|
|
@@ -21060,7 +21060,7 @@ export interface operations {
|
|
|
21060
21060
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
21061
21061
|
sponsored: boolean;
|
|
21062
21062
|
sponsor_address?: string;
|
|
21063
|
-
post_condition_mode: "allow" | "deny";
|
|
21063
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
21064
21064
|
post_conditions: ({
|
|
21065
21065
|
principal: {
|
|
21066
21066
|
/** @enum {string} */
|
|
@@ -21116,7 +21116,7 @@ export interface operations {
|
|
|
21116
21116
|
address: string;
|
|
21117
21117
|
contract_name: string;
|
|
21118
21118
|
};
|
|
21119
|
-
condition_code: "sent" | "not_sent";
|
|
21119
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
21120
21120
|
/** @enum {string} */
|
|
21121
21121
|
type: "non_fungible";
|
|
21122
21122
|
asset_value: {
|
|
@@ -21275,7 +21275,7 @@ export interface operations {
|
|
|
21275
21275
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
21276
21276
|
sponsored: boolean;
|
|
21277
21277
|
sponsor_address?: string;
|
|
21278
|
-
post_condition_mode: "allow" | "deny";
|
|
21278
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
21279
21279
|
post_conditions: ({
|
|
21280
21280
|
principal: {
|
|
21281
21281
|
/** @enum {string} */
|
|
@@ -21331,7 +21331,7 @@ export interface operations {
|
|
|
21331
21331
|
address: string;
|
|
21332
21332
|
contract_name: string;
|
|
21333
21333
|
};
|
|
21334
|
-
condition_code: "sent" | "not_sent";
|
|
21334
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
21335
21335
|
/** @enum {string} */
|
|
21336
21336
|
type: "non_fungible";
|
|
21337
21337
|
asset_value: {
|
|
@@ -21497,7 +21497,7 @@ export interface operations {
|
|
|
21497
21497
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
21498
21498
|
sponsored: boolean;
|
|
21499
21499
|
sponsor_address?: string;
|
|
21500
|
-
post_condition_mode: "allow" | "deny";
|
|
21500
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
21501
21501
|
post_conditions: ({
|
|
21502
21502
|
principal: {
|
|
21503
21503
|
/** @enum {string} */
|
|
@@ -21553,7 +21553,7 @@ export interface operations {
|
|
|
21553
21553
|
address: string;
|
|
21554
21554
|
contract_name: string;
|
|
21555
21555
|
};
|
|
21556
|
-
condition_code: "sent" | "not_sent";
|
|
21556
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
21557
21557
|
/** @enum {string} */
|
|
21558
21558
|
type: "non_fungible";
|
|
21559
21559
|
asset_value: {
|
|
@@ -21711,7 +21711,7 @@ export interface operations {
|
|
|
21711
21711
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
21712
21712
|
sponsored: boolean;
|
|
21713
21713
|
sponsor_address?: string;
|
|
21714
|
-
post_condition_mode: "allow" | "deny";
|
|
21714
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
21715
21715
|
post_conditions: ({
|
|
21716
21716
|
principal: {
|
|
21717
21717
|
/** @enum {string} */
|
|
@@ -21767,7 +21767,7 @@ export interface operations {
|
|
|
21767
21767
|
address: string;
|
|
21768
21768
|
contract_name: string;
|
|
21769
21769
|
};
|
|
21770
|
-
condition_code: "sent" | "not_sent";
|
|
21770
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
21771
21771
|
/** @enum {string} */
|
|
21772
21772
|
type: "non_fungible";
|
|
21773
21773
|
asset_value: {
|
|
@@ -21925,7 +21925,7 @@ export interface operations {
|
|
|
21925
21925
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
21926
21926
|
sponsored: boolean;
|
|
21927
21927
|
sponsor_address?: string;
|
|
21928
|
-
post_condition_mode: "allow" | "deny";
|
|
21928
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
21929
21929
|
post_conditions: ({
|
|
21930
21930
|
principal: {
|
|
21931
21931
|
/** @enum {string} */
|
|
@@ -21981,7 +21981,7 @@ export interface operations {
|
|
|
21981
21981
|
address: string;
|
|
21982
21982
|
contract_name: string;
|
|
21983
21983
|
};
|
|
21984
|
-
condition_code: "sent" | "not_sent";
|
|
21984
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
21985
21985
|
/** @enum {string} */
|
|
21986
21986
|
type: "non_fungible";
|
|
21987
21987
|
asset_value: {
|
|
@@ -22437,7 +22437,7 @@ export interface operations {
|
|
|
22437
22437
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
22438
22438
|
sponsored: boolean;
|
|
22439
22439
|
sponsor_address?: string;
|
|
22440
|
-
post_condition_mode: "allow" | "deny";
|
|
22440
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
22441
22441
|
post_conditions: ({
|
|
22442
22442
|
principal: {
|
|
22443
22443
|
/** @enum {string} */
|
|
@@ -22493,7 +22493,7 @@ export interface operations {
|
|
|
22493
22493
|
address: string;
|
|
22494
22494
|
contract_name: string;
|
|
22495
22495
|
};
|
|
22496
|
-
condition_code: "sent" | "not_sent";
|
|
22496
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
22497
22497
|
/** @enum {string} */
|
|
22498
22498
|
type: "non_fungible";
|
|
22499
22499
|
asset_value: {
|
|
@@ -22537,7 +22537,7 @@ export interface operations {
|
|
|
22537
22537
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
22538
22538
|
sponsored: boolean;
|
|
22539
22539
|
sponsor_address?: string;
|
|
22540
|
-
post_condition_mode: "allow" | "deny";
|
|
22540
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
22541
22541
|
post_conditions: ({
|
|
22542
22542
|
principal: {
|
|
22543
22543
|
/** @enum {string} */
|
|
@@ -22593,7 +22593,7 @@ export interface operations {
|
|
|
22593
22593
|
address: string;
|
|
22594
22594
|
contract_name: string;
|
|
22595
22595
|
};
|
|
22596
|
-
condition_code: "sent" | "not_sent";
|
|
22596
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
22597
22597
|
/** @enum {string} */
|
|
22598
22598
|
type: "non_fungible";
|
|
22599
22599
|
asset_value: {
|
|
@@ -22637,7 +22637,7 @@ export interface operations {
|
|
|
22637
22637
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
22638
22638
|
sponsored: boolean;
|
|
22639
22639
|
sponsor_address?: string;
|
|
22640
|
-
post_condition_mode: "allow" | "deny";
|
|
22640
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
22641
22641
|
post_conditions: ({
|
|
22642
22642
|
principal: {
|
|
22643
22643
|
/** @enum {string} */
|
|
@@ -22693,7 +22693,7 @@ export interface operations {
|
|
|
22693
22693
|
address: string;
|
|
22694
22694
|
contract_name: string;
|
|
22695
22695
|
};
|
|
22696
|
-
condition_code: "sent" | "not_sent";
|
|
22696
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
22697
22697
|
/** @enum {string} */
|
|
22698
22698
|
type: "non_fungible";
|
|
22699
22699
|
asset_value: {
|
|
@@ -22744,7 +22744,7 @@ export interface operations {
|
|
|
22744
22744
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
22745
22745
|
sponsored: boolean;
|
|
22746
22746
|
sponsor_address?: string;
|
|
22747
|
-
post_condition_mode: "allow" | "deny";
|
|
22747
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
22748
22748
|
post_conditions: ({
|
|
22749
22749
|
principal: {
|
|
22750
22750
|
/** @enum {string} */
|
|
@@ -22800,7 +22800,7 @@ export interface operations {
|
|
|
22800
22800
|
address: string;
|
|
22801
22801
|
contract_name: string;
|
|
22802
22802
|
};
|
|
22803
|
-
condition_code: "sent" | "not_sent";
|
|
22803
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
22804
22804
|
/** @enum {string} */
|
|
22805
22805
|
type: "non_fungible";
|
|
22806
22806
|
asset_value: {
|
|
@@ -22843,7 +22843,7 @@ export interface operations {
|
|
|
22843
22843
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
22844
22844
|
sponsored: boolean;
|
|
22845
22845
|
sponsor_address?: string;
|
|
22846
|
-
post_condition_mode: "allow" | "deny";
|
|
22846
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
22847
22847
|
post_conditions: ({
|
|
22848
22848
|
principal: {
|
|
22849
22849
|
/** @enum {string} */
|
|
@@ -22899,7 +22899,7 @@ export interface operations {
|
|
|
22899
22899
|
address: string;
|
|
22900
22900
|
contract_name: string;
|
|
22901
22901
|
};
|
|
22902
|
-
condition_code: "sent" | "not_sent";
|
|
22902
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
22903
22903
|
/** @enum {string} */
|
|
22904
22904
|
type: "non_fungible";
|
|
22905
22905
|
asset_value: {
|
|
@@ -22942,7 +22942,7 @@ export interface operations {
|
|
|
22942
22942
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
22943
22943
|
sponsored: boolean;
|
|
22944
22944
|
sponsor_address?: string;
|
|
22945
|
-
post_condition_mode: "allow" | "deny";
|
|
22945
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
22946
22946
|
post_conditions: ({
|
|
22947
22947
|
principal: {
|
|
22948
22948
|
/** @enum {string} */
|
|
@@ -22998,7 +22998,7 @@ export interface operations {
|
|
|
22998
22998
|
address: string;
|
|
22999
22999
|
contract_name: string;
|
|
23000
23000
|
};
|
|
23001
|
-
condition_code: "sent" | "not_sent";
|
|
23001
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
23002
23002
|
/** @enum {string} */
|
|
23003
23003
|
type: "non_fungible";
|
|
23004
23004
|
asset_value: {
|
|
@@ -23283,7 +23283,7 @@ export interface operations {
|
|
|
23283
23283
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
23284
23284
|
sponsored: boolean;
|
|
23285
23285
|
sponsor_address?: string;
|
|
23286
|
-
post_condition_mode: "allow" | "deny";
|
|
23286
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
23287
23287
|
post_conditions: ({
|
|
23288
23288
|
principal: {
|
|
23289
23289
|
/** @enum {string} */
|
|
@@ -23339,7 +23339,7 @@ export interface operations {
|
|
|
23339
23339
|
address: string;
|
|
23340
23340
|
contract_name: string;
|
|
23341
23341
|
};
|
|
23342
|
-
condition_code: "sent" | "not_sent";
|
|
23342
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
23343
23343
|
/** @enum {string} */
|
|
23344
23344
|
type: "non_fungible";
|
|
23345
23345
|
asset_value: {
|
|
@@ -23498,7 +23498,7 @@ export interface operations {
|
|
|
23498
23498
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
23499
23499
|
sponsored: boolean;
|
|
23500
23500
|
sponsor_address?: string;
|
|
23501
|
-
post_condition_mode: "allow" | "deny";
|
|
23501
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
23502
23502
|
post_conditions: ({
|
|
23503
23503
|
principal: {
|
|
23504
23504
|
/** @enum {string} */
|
|
@@ -23554,7 +23554,7 @@ export interface operations {
|
|
|
23554
23554
|
address: string;
|
|
23555
23555
|
contract_name: string;
|
|
23556
23556
|
};
|
|
23557
|
-
condition_code: "sent" | "not_sent";
|
|
23557
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
23558
23558
|
/** @enum {string} */
|
|
23559
23559
|
type: "non_fungible";
|
|
23560
23560
|
asset_value: {
|
|
@@ -23713,7 +23713,7 @@ export interface operations {
|
|
|
23713
23713
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
23714
23714
|
sponsored: boolean;
|
|
23715
23715
|
sponsor_address?: string;
|
|
23716
|
-
post_condition_mode: "allow" | "deny";
|
|
23716
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
23717
23717
|
post_conditions: ({
|
|
23718
23718
|
principal: {
|
|
23719
23719
|
/** @enum {string} */
|
|
@@ -23769,7 +23769,7 @@ export interface operations {
|
|
|
23769
23769
|
address: string;
|
|
23770
23770
|
contract_name: string;
|
|
23771
23771
|
};
|
|
23772
|
-
condition_code: "sent" | "not_sent";
|
|
23772
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
23773
23773
|
/** @enum {string} */
|
|
23774
23774
|
type: "non_fungible";
|
|
23775
23775
|
asset_value: {
|
|
@@ -23935,7 +23935,7 @@ export interface operations {
|
|
|
23935
23935
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
23936
23936
|
sponsored: boolean;
|
|
23937
23937
|
sponsor_address?: string;
|
|
23938
|
-
post_condition_mode: "allow" | "deny";
|
|
23938
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
23939
23939
|
post_conditions: ({
|
|
23940
23940
|
principal: {
|
|
23941
23941
|
/** @enum {string} */
|
|
@@ -23991,7 +23991,7 @@ export interface operations {
|
|
|
23991
23991
|
address: string;
|
|
23992
23992
|
contract_name: string;
|
|
23993
23993
|
};
|
|
23994
|
-
condition_code: "sent" | "not_sent";
|
|
23994
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
23995
23995
|
/** @enum {string} */
|
|
23996
23996
|
type: "non_fungible";
|
|
23997
23997
|
asset_value: {
|
|
@@ -24149,7 +24149,7 @@ export interface operations {
|
|
|
24149
24149
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
24150
24150
|
sponsored: boolean;
|
|
24151
24151
|
sponsor_address?: string;
|
|
24152
|
-
post_condition_mode: "allow" | "deny";
|
|
24152
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
24153
24153
|
post_conditions: ({
|
|
24154
24154
|
principal: {
|
|
24155
24155
|
/** @enum {string} */
|
|
@@ -24205,7 +24205,7 @@ export interface operations {
|
|
|
24205
24205
|
address: string;
|
|
24206
24206
|
contract_name: string;
|
|
24207
24207
|
};
|
|
24208
|
-
condition_code: "sent" | "not_sent";
|
|
24208
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
24209
24209
|
/** @enum {string} */
|
|
24210
24210
|
type: "non_fungible";
|
|
24211
24211
|
asset_value: {
|
|
@@ -24363,7 +24363,7 @@ export interface operations {
|
|
|
24363
24363
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
24364
24364
|
sponsored: boolean;
|
|
24365
24365
|
sponsor_address?: string;
|
|
24366
|
-
post_condition_mode: "allow" | "deny";
|
|
24366
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
24367
24367
|
post_conditions: ({
|
|
24368
24368
|
principal: {
|
|
24369
24369
|
/** @enum {string} */
|
|
@@ -24419,7 +24419,7 @@ export interface operations {
|
|
|
24419
24419
|
address: string;
|
|
24420
24420
|
contract_name: string;
|
|
24421
24421
|
};
|
|
24422
|
-
condition_code: "sent" | "not_sent";
|
|
24422
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
24423
24423
|
/** @enum {string} */
|
|
24424
24424
|
type: "non_fungible";
|
|
24425
24425
|
asset_value: {
|
|
@@ -24587,7 +24587,7 @@ export interface operations {
|
|
|
24587
24587
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
24588
24588
|
sponsored: boolean;
|
|
24589
24589
|
sponsor_address?: string;
|
|
24590
|
-
post_condition_mode: "allow" | "deny";
|
|
24590
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
24591
24591
|
post_conditions: ({
|
|
24592
24592
|
principal: {
|
|
24593
24593
|
/** @enum {string} */
|
|
@@ -24643,7 +24643,7 @@ export interface operations {
|
|
|
24643
24643
|
address: string;
|
|
24644
24644
|
contract_name: string;
|
|
24645
24645
|
};
|
|
24646
|
-
condition_code: "sent" | "not_sent";
|
|
24646
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
24647
24647
|
/** @enum {string} */
|
|
24648
24648
|
type: "non_fungible";
|
|
24649
24649
|
asset_value: {
|
|
@@ -24687,7 +24687,7 @@ export interface operations {
|
|
|
24687
24687
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
24688
24688
|
sponsored: boolean;
|
|
24689
24689
|
sponsor_address?: string;
|
|
24690
|
-
post_condition_mode: "allow" | "deny";
|
|
24690
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
24691
24691
|
post_conditions: ({
|
|
24692
24692
|
principal: {
|
|
24693
24693
|
/** @enum {string} */
|
|
@@ -24743,7 +24743,7 @@ export interface operations {
|
|
|
24743
24743
|
address: string;
|
|
24744
24744
|
contract_name: string;
|
|
24745
24745
|
};
|
|
24746
|
-
condition_code: "sent" | "not_sent";
|
|
24746
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
24747
24747
|
/** @enum {string} */
|
|
24748
24748
|
type: "non_fungible";
|
|
24749
24749
|
asset_value: {
|
|
@@ -24787,7 +24787,7 @@ export interface operations {
|
|
|
24787
24787
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
24788
24788
|
sponsored: boolean;
|
|
24789
24789
|
sponsor_address?: string;
|
|
24790
|
-
post_condition_mode: "allow" | "deny";
|
|
24790
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
24791
24791
|
post_conditions: ({
|
|
24792
24792
|
principal: {
|
|
24793
24793
|
/** @enum {string} */
|
|
@@ -24843,7 +24843,7 @@ export interface operations {
|
|
|
24843
24843
|
address: string;
|
|
24844
24844
|
contract_name: string;
|
|
24845
24845
|
};
|
|
24846
|
-
condition_code: "sent" | "not_sent";
|
|
24846
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
24847
24847
|
/** @enum {string} */
|
|
24848
24848
|
type: "non_fungible";
|
|
24849
24849
|
asset_value: {
|
|
@@ -24894,7 +24894,7 @@ export interface operations {
|
|
|
24894
24894
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
24895
24895
|
sponsored: boolean;
|
|
24896
24896
|
sponsor_address?: string;
|
|
24897
|
-
post_condition_mode: "allow" | "deny";
|
|
24897
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
24898
24898
|
post_conditions: ({
|
|
24899
24899
|
principal: {
|
|
24900
24900
|
/** @enum {string} */
|
|
@@ -24950,7 +24950,7 @@ export interface operations {
|
|
|
24950
24950
|
address: string;
|
|
24951
24951
|
contract_name: string;
|
|
24952
24952
|
};
|
|
24953
|
-
condition_code: "sent" | "not_sent";
|
|
24953
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
24954
24954
|
/** @enum {string} */
|
|
24955
24955
|
type: "non_fungible";
|
|
24956
24956
|
asset_value: {
|
|
@@ -24993,7 +24993,7 @@ export interface operations {
|
|
|
24993
24993
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
24994
24994
|
sponsored: boolean;
|
|
24995
24995
|
sponsor_address?: string;
|
|
24996
|
-
post_condition_mode: "allow" | "deny";
|
|
24996
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
24997
24997
|
post_conditions: ({
|
|
24998
24998
|
principal: {
|
|
24999
24999
|
/** @enum {string} */
|
|
@@ -25049,7 +25049,7 @@ export interface operations {
|
|
|
25049
25049
|
address: string;
|
|
25050
25050
|
contract_name: string;
|
|
25051
25051
|
};
|
|
25052
|
-
condition_code: "sent" | "not_sent";
|
|
25052
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
25053
25053
|
/** @enum {string} */
|
|
25054
25054
|
type: "non_fungible";
|
|
25055
25055
|
asset_value: {
|
|
@@ -25092,7 +25092,7 @@ export interface operations {
|
|
|
25092
25092
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
25093
25093
|
sponsored: boolean;
|
|
25094
25094
|
sponsor_address?: string;
|
|
25095
|
-
post_condition_mode: "allow" | "deny";
|
|
25095
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
25096
25096
|
post_conditions: ({
|
|
25097
25097
|
principal: {
|
|
25098
25098
|
/** @enum {string} */
|
|
@@ -25148,7 +25148,7 @@ export interface operations {
|
|
|
25148
25148
|
address: string;
|
|
25149
25149
|
contract_name: string;
|
|
25150
25150
|
};
|
|
25151
|
-
condition_code: "sent" | "not_sent";
|
|
25151
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
25152
25152
|
/** @enum {string} */
|
|
25153
25153
|
type: "non_fungible";
|
|
25154
25154
|
asset_value: {
|
|
@@ -25210,7 +25210,7 @@ export interface operations {
|
|
|
25210
25210
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
25211
25211
|
sponsored: boolean;
|
|
25212
25212
|
sponsor_address?: string;
|
|
25213
|
-
post_condition_mode: "allow" | "deny";
|
|
25213
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
25214
25214
|
post_conditions: ({
|
|
25215
25215
|
principal: {
|
|
25216
25216
|
/** @enum {string} */
|
|
@@ -25266,7 +25266,7 @@ export interface operations {
|
|
|
25266
25266
|
address: string;
|
|
25267
25267
|
contract_name: string;
|
|
25268
25268
|
};
|
|
25269
|
-
condition_code: "sent" | "not_sent";
|
|
25269
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
25270
25270
|
/** @enum {string} */
|
|
25271
25271
|
type: "non_fungible";
|
|
25272
25272
|
asset_value: {
|
|
@@ -25310,7 +25310,7 @@ export interface operations {
|
|
|
25310
25310
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
25311
25311
|
sponsored: boolean;
|
|
25312
25312
|
sponsor_address?: string;
|
|
25313
|
-
post_condition_mode: "allow" | "deny";
|
|
25313
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
25314
25314
|
post_conditions: ({
|
|
25315
25315
|
principal: {
|
|
25316
25316
|
/** @enum {string} */
|
|
@@ -25366,7 +25366,7 @@ export interface operations {
|
|
|
25366
25366
|
address: string;
|
|
25367
25367
|
contract_name: string;
|
|
25368
25368
|
};
|
|
25369
|
-
condition_code: "sent" | "not_sent";
|
|
25369
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
25370
25370
|
/** @enum {string} */
|
|
25371
25371
|
type: "non_fungible";
|
|
25372
25372
|
asset_value: {
|
|
@@ -25410,7 +25410,7 @@ export interface operations {
|
|
|
25410
25410
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
25411
25411
|
sponsored: boolean;
|
|
25412
25412
|
sponsor_address?: string;
|
|
25413
|
-
post_condition_mode: "allow" | "deny";
|
|
25413
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
25414
25414
|
post_conditions: ({
|
|
25415
25415
|
principal: {
|
|
25416
25416
|
/** @enum {string} */
|
|
@@ -25466,7 +25466,7 @@ export interface operations {
|
|
|
25466
25466
|
address: string;
|
|
25467
25467
|
contract_name: string;
|
|
25468
25468
|
};
|
|
25469
|
-
condition_code: "sent" | "not_sent";
|
|
25469
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
25470
25470
|
/** @enum {string} */
|
|
25471
25471
|
type: "non_fungible";
|
|
25472
25472
|
asset_value: {
|
|
@@ -25517,7 +25517,7 @@ export interface operations {
|
|
|
25517
25517
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
25518
25518
|
sponsored: boolean;
|
|
25519
25519
|
sponsor_address?: string;
|
|
25520
|
-
post_condition_mode: "allow" | "deny";
|
|
25520
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
25521
25521
|
post_conditions: ({
|
|
25522
25522
|
principal: {
|
|
25523
25523
|
/** @enum {string} */
|
|
@@ -25573,7 +25573,7 @@ export interface operations {
|
|
|
25573
25573
|
address: string;
|
|
25574
25574
|
contract_name: string;
|
|
25575
25575
|
};
|
|
25576
|
-
condition_code: "sent" | "not_sent";
|
|
25576
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
25577
25577
|
/** @enum {string} */
|
|
25578
25578
|
type: "non_fungible";
|
|
25579
25579
|
asset_value: {
|
|
@@ -25616,7 +25616,7 @@ export interface operations {
|
|
|
25616
25616
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
25617
25617
|
sponsored: boolean;
|
|
25618
25618
|
sponsor_address?: string;
|
|
25619
|
-
post_condition_mode: "allow" | "deny";
|
|
25619
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
25620
25620
|
post_conditions: ({
|
|
25621
25621
|
principal: {
|
|
25622
25622
|
/** @enum {string} */
|
|
@@ -25672,7 +25672,7 @@ export interface operations {
|
|
|
25672
25672
|
address: string;
|
|
25673
25673
|
contract_name: string;
|
|
25674
25674
|
};
|
|
25675
|
-
condition_code: "sent" | "not_sent";
|
|
25675
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
25676
25676
|
/** @enum {string} */
|
|
25677
25677
|
type: "non_fungible";
|
|
25678
25678
|
asset_value: {
|
|
@@ -25715,7 +25715,7 @@ export interface operations {
|
|
|
25715
25715
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
25716
25716
|
sponsored: boolean;
|
|
25717
25717
|
sponsor_address?: string;
|
|
25718
|
-
post_condition_mode: "allow" | "deny";
|
|
25718
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
25719
25719
|
post_conditions: ({
|
|
25720
25720
|
principal: {
|
|
25721
25721
|
/** @enum {string} */
|
|
@@ -25771,7 +25771,7 @@ export interface operations {
|
|
|
25771
25771
|
address: string;
|
|
25772
25772
|
contract_name: string;
|
|
25773
25773
|
};
|
|
25774
|
-
condition_code: "sent" | "not_sent";
|
|
25774
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
25775
25775
|
/** @enum {string} */
|
|
25776
25776
|
type: "non_fungible";
|
|
25777
25777
|
asset_value: {
|
|
@@ -25837,7 +25837,7 @@ export interface operations {
|
|
|
25837
25837
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
25838
25838
|
sponsored: boolean;
|
|
25839
25839
|
sponsor_address?: string;
|
|
25840
|
-
post_condition_mode: "allow" | "deny";
|
|
25840
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
25841
25841
|
post_conditions: ({
|
|
25842
25842
|
principal: {
|
|
25843
25843
|
/** @enum {string} */
|
|
@@ -25893,7 +25893,7 @@ export interface operations {
|
|
|
25893
25893
|
address: string;
|
|
25894
25894
|
contract_name: string;
|
|
25895
25895
|
};
|
|
25896
|
-
condition_code: "sent" | "not_sent";
|
|
25896
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
25897
25897
|
/** @enum {string} */
|
|
25898
25898
|
type: "non_fungible";
|
|
25899
25899
|
asset_value: {
|
|
@@ -26052,7 +26052,7 @@ export interface operations {
|
|
|
26052
26052
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
26053
26053
|
sponsored: boolean;
|
|
26054
26054
|
sponsor_address?: string;
|
|
26055
|
-
post_condition_mode: "allow" | "deny";
|
|
26055
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
26056
26056
|
post_conditions: ({
|
|
26057
26057
|
principal: {
|
|
26058
26058
|
/** @enum {string} */
|
|
@@ -26108,7 +26108,7 @@ export interface operations {
|
|
|
26108
26108
|
address: string;
|
|
26109
26109
|
contract_name: string;
|
|
26110
26110
|
};
|
|
26111
|
-
condition_code: "sent" | "not_sent";
|
|
26111
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
26112
26112
|
/** @enum {string} */
|
|
26113
26113
|
type: "non_fungible";
|
|
26114
26114
|
asset_value: {
|
|
@@ -26267,7 +26267,7 @@ export interface operations {
|
|
|
26267
26267
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
26268
26268
|
sponsored: boolean;
|
|
26269
26269
|
sponsor_address?: string;
|
|
26270
|
-
post_condition_mode: "allow" | "deny";
|
|
26270
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
26271
26271
|
post_conditions: ({
|
|
26272
26272
|
principal: {
|
|
26273
26273
|
/** @enum {string} */
|
|
@@ -26323,7 +26323,7 @@ export interface operations {
|
|
|
26323
26323
|
address: string;
|
|
26324
26324
|
contract_name: string;
|
|
26325
26325
|
};
|
|
26326
|
-
condition_code: "sent" | "not_sent";
|
|
26326
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
26327
26327
|
/** @enum {string} */
|
|
26328
26328
|
type: "non_fungible";
|
|
26329
26329
|
asset_value: {
|
|
@@ -26489,7 +26489,7 @@ export interface operations {
|
|
|
26489
26489
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
26490
26490
|
sponsored: boolean;
|
|
26491
26491
|
sponsor_address?: string;
|
|
26492
|
-
post_condition_mode: "allow" | "deny";
|
|
26492
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
26493
26493
|
post_conditions: ({
|
|
26494
26494
|
principal: {
|
|
26495
26495
|
/** @enum {string} */
|
|
@@ -26545,7 +26545,7 @@ export interface operations {
|
|
|
26545
26545
|
address: string;
|
|
26546
26546
|
contract_name: string;
|
|
26547
26547
|
};
|
|
26548
|
-
condition_code: "sent" | "not_sent";
|
|
26548
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
26549
26549
|
/** @enum {string} */
|
|
26550
26550
|
type: "non_fungible";
|
|
26551
26551
|
asset_value: {
|
|
@@ -26703,7 +26703,7 @@ export interface operations {
|
|
|
26703
26703
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
26704
26704
|
sponsored: boolean;
|
|
26705
26705
|
sponsor_address?: string;
|
|
26706
|
-
post_condition_mode: "allow" | "deny";
|
|
26706
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
26707
26707
|
post_conditions: ({
|
|
26708
26708
|
principal: {
|
|
26709
26709
|
/** @enum {string} */
|
|
@@ -26759,7 +26759,7 @@ export interface operations {
|
|
|
26759
26759
|
address: string;
|
|
26760
26760
|
contract_name: string;
|
|
26761
26761
|
};
|
|
26762
|
-
condition_code: "sent" | "not_sent";
|
|
26762
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
26763
26763
|
/** @enum {string} */
|
|
26764
26764
|
type: "non_fungible";
|
|
26765
26765
|
asset_value: {
|
|
@@ -26917,7 +26917,7 @@ export interface operations {
|
|
|
26917
26917
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
26918
26918
|
sponsored: boolean;
|
|
26919
26919
|
sponsor_address?: string;
|
|
26920
|
-
post_condition_mode: "allow" | "deny";
|
|
26920
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
26921
26921
|
post_conditions: ({
|
|
26922
26922
|
principal: {
|
|
26923
26923
|
/** @enum {string} */
|
|
@@ -26973,7 +26973,7 @@ export interface operations {
|
|
|
26973
26973
|
address: string;
|
|
26974
26974
|
contract_name: string;
|
|
26975
26975
|
};
|
|
26976
|
-
condition_code: "sent" | "not_sent";
|
|
26976
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
26977
26977
|
/** @enum {string} */
|
|
26978
26978
|
type: "non_fungible";
|
|
26979
26979
|
asset_value: {
|
|
@@ -27662,7 +27662,7 @@ export interface operations {
|
|
|
27662
27662
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
27663
27663
|
sponsored: boolean;
|
|
27664
27664
|
sponsor_address?: string;
|
|
27665
|
-
post_condition_mode: "allow" | "deny";
|
|
27665
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
27666
27666
|
post_conditions: ({
|
|
27667
27667
|
principal: {
|
|
27668
27668
|
/** @enum {string} */
|
|
@@ -27718,7 +27718,7 @@ export interface operations {
|
|
|
27718
27718
|
address: string;
|
|
27719
27719
|
contract_name: string;
|
|
27720
27720
|
};
|
|
27721
|
-
condition_code: "sent" | "not_sent";
|
|
27721
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
27722
27722
|
/** @enum {string} */
|
|
27723
27723
|
type: "non_fungible";
|
|
27724
27724
|
asset_value: {
|
|
@@ -27877,7 +27877,7 @@ export interface operations {
|
|
|
27877
27877
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
27878
27878
|
sponsored: boolean;
|
|
27879
27879
|
sponsor_address?: string;
|
|
27880
|
-
post_condition_mode: "allow" | "deny";
|
|
27880
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
27881
27881
|
post_conditions: ({
|
|
27882
27882
|
principal: {
|
|
27883
27883
|
/** @enum {string} */
|
|
@@ -27933,7 +27933,7 @@ export interface operations {
|
|
|
27933
27933
|
address: string;
|
|
27934
27934
|
contract_name: string;
|
|
27935
27935
|
};
|
|
27936
|
-
condition_code: "sent" | "not_sent";
|
|
27936
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
27937
27937
|
/** @enum {string} */
|
|
27938
27938
|
type: "non_fungible";
|
|
27939
27939
|
asset_value: {
|
|
@@ -28092,7 +28092,7 @@ export interface operations {
|
|
|
28092
28092
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
28093
28093
|
sponsored: boolean;
|
|
28094
28094
|
sponsor_address?: string;
|
|
28095
|
-
post_condition_mode: "allow" | "deny";
|
|
28095
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
28096
28096
|
post_conditions: ({
|
|
28097
28097
|
principal: {
|
|
28098
28098
|
/** @enum {string} */
|
|
@@ -28148,7 +28148,7 @@ export interface operations {
|
|
|
28148
28148
|
address: string;
|
|
28149
28149
|
contract_name: string;
|
|
28150
28150
|
};
|
|
28151
|
-
condition_code: "sent" | "not_sent";
|
|
28151
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
28152
28152
|
/** @enum {string} */
|
|
28153
28153
|
type: "non_fungible";
|
|
28154
28154
|
asset_value: {
|
|
@@ -28314,7 +28314,7 @@ export interface operations {
|
|
|
28314
28314
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
28315
28315
|
sponsored: boolean;
|
|
28316
28316
|
sponsor_address?: string;
|
|
28317
|
-
post_condition_mode: "allow" | "deny";
|
|
28317
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
28318
28318
|
post_conditions: ({
|
|
28319
28319
|
principal: {
|
|
28320
28320
|
/** @enum {string} */
|
|
@@ -28370,7 +28370,7 @@ export interface operations {
|
|
|
28370
28370
|
address: string;
|
|
28371
28371
|
contract_name: string;
|
|
28372
28372
|
};
|
|
28373
|
-
condition_code: "sent" | "not_sent";
|
|
28373
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
28374
28374
|
/** @enum {string} */
|
|
28375
28375
|
type: "non_fungible";
|
|
28376
28376
|
asset_value: {
|
|
@@ -28528,7 +28528,7 @@ export interface operations {
|
|
|
28528
28528
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
28529
28529
|
sponsored: boolean;
|
|
28530
28530
|
sponsor_address?: string;
|
|
28531
|
-
post_condition_mode: "allow" | "deny";
|
|
28531
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
28532
28532
|
post_conditions: ({
|
|
28533
28533
|
principal: {
|
|
28534
28534
|
/** @enum {string} */
|
|
@@ -28584,7 +28584,7 @@ export interface operations {
|
|
|
28584
28584
|
address: string;
|
|
28585
28585
|
contract_name: string;
|
|
28586
28586
|
};
|
|
28587
|
-
condition_code: "sent" | "not_sent";
|
|
28587
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
28588
28588
|
/** @enum {string} */
|
|
28589
28589
|
type: "non_fungible";
|
|
28590
28590
|
asset_value: {
|
|
@@ -28742,7 +28742,7 @@ export interface operations {
|
|
|
28742
28742
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
28743
28743
|
sponsored: boolean;
|
|
28744
28744
|
sponsor_address?: string;
|
|
28745
|
-
post_condition_mode: "allow" | "deny";
|
|
28745
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
28746
28746
|
post_conditions: ({
|
|
28747
28747
|
principal: {
|
|
28748
28748
|
/** @enum {string} */
|
|
@@ -28798,7 +28798,7 @@ export interface operations {
|
|
|
28798
28798
|
address: string;
|
|
28799
28799
|
contract_name: string;
|
|
28800
28800
|
};
|
|
28801
|
-
condition_code: "sent" | "not_sent";
|
|
28801
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
28802
28802
|
/** @enum {string} */
|
|
28803
28803
|
type: "non_fungible";
|
|
28804
28804
|
asset_value: {
|
|
@@ -29821,7 +29821,7 @@ export interface operations {
|
|
|
29821
29821
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
29822
29822
|
sponsored: boolean;
|
|
29823
29823
|
sponsor_address?: string;
|
|
29824
|
-
post_condition_mode: "allow" | "deny";
|
|
29824
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
29825
29825
|
post_conditions: ({
|
|
29826
29826
|
principal: {
|
|
29827
29827
|
/** @enum {string} */
|
|
@@ -29877,7 +29877,7 @@ export interface operations {
|
|
|
29877
29877
|
address: string;
|
|
29878
29878
|
contract_name: string;
|
|
29879
29879
|
};
|
|
29880
|
-
condition_code: "sent" | "not_sent";
|
|
29880
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
29881
29881
|
/** @enum {string} */
|
|
29882
29882
|
type: "non_fungible";
|
|
29883
29883
|
asset_value: {
|
|
@@ -30036,7 +30036,7 @@ export interface operations {
|
|
|
30036
30036
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
30037
30037
|
sponsored: boolean;
|
|
30038
30038
|
sponsor_address?: string;
|
|
30039
|
-
post_condition_mode: "allow" | "deny";
|
|
30039
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
30040
30040
|
post_conditions: ({
|
|
30041
30041
|
principal: {
|
|
30042
30042
|
/** @enum {string} */
|
|
@@ -30092,7 +30092,7 @@ export interface operations {
|
|
|
30092
30092
|
address: string;
|
|
30093
30093
|
contract_name: string;
|
|
30094
30094
|
};
|
|
30095
|
-
condition_code: "sent" | "not_sent";
|
|
30095
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
30096
30096
|
/** @enum {string} */
|
|
30097
30097
|
type: "non_fungible";
|
|
30098
30098
|
asset_value: {
|
|
@@ -30251,7 +30251,7 @@ export interface operations {
|
|
|
30251
30251
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
30252
30252
|
sponsored: boolean;
|
|
30253
30253
|
sponsor_address?: string;
|
|
30254
|
-
post_condition_mode: "allow" | "deny";
|
|
30254
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
30255
30255
|
post_conditions: ({
|
|
30256
30256
|
principal: {
|
|
30257
30257
|
/** @enum {string} */
|
|
@@ -30307,7 +30307,7 @@ export interface operations {
|
|
|
30307
30307
|
address: string;
|
|
30308
30308
|
contract_name: string;
|
|
30309
30309
|
};
|
|
30310
|
-
condition_code: "sent" | "not_sent";
|
|
30310
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
30311
30311
|
/** @enum {string} */
|
|
30312
30312
|
type: "non_fungible";
|
|
30313
30313
|
asset_value: {
|
|
@@ -30473,7 +30473,7 @@ export interface operations {
|
|
|
30473
30473
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
30474
30474
|
sponsored: boolean;
|
|
30475
30475
|
sponsor_address?: string;
|
|
30476
|
-
post_condition_mode: "allow" | "deny";
|
|
30476
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
30477
30477
|
post_conditions: ({
|
|
30478
30478
|
principal: {
|
|
30479
30479
|
/** @enum {string} */
|
|
@@ -30529,7 +30529,7 @@ export interface operations {
|
|
|
30529
30529
|
address: string;
|
|
30530
30530
|
contract_name: string;
|
|
30531
30531
|
};
|
|
30532
|
-
condition_code: "sent" | "not_sent";
|
|
30532
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
30533
30533
|
/** @enum {string} */
|
|
30534
30534
|
type: "non_fungible";
|
|
30535
30535
|
asset_value: {
|
|
@@ -30687,7 +30687,7 @@ export interface operations {
|
|
|
30687
30687
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
30688
30688
|
sponsored: boolean;
|
|
30689
30689
|
sponsor_address?: string;
|
|
30690
|
-
post_condition_mode: "allow" | "deny";
|
|
30690
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
30691
30691
|
post_conditions: ({
|
|
30692
30692
|
principal: {
|
|
30693
30693
|
/** @enum {string} */
|
|
@@ -30743,7 +30743,7 @@ export interface operations {
|
|
|
30743
30743
|
address: string;
|
|
30744
30744
|
contract_name: string;
|
|
30745
30745
|
};
|
|
30746
|
-
condition_code: "sent" | "not_sent";
|
|
30746
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
30747
30747
|
/** @enum {string} */
|
|
30748
30748
|
type: "non_fungible";
|
|
30749
30749
|
asset_value: {
|
|
@@ -30901,7 +30901,7 @@ export interface operations {
|
|
|
30901
30901
|
/** @description Denotes whether the originating account is the same as the paying account */
|
|
30902
30902
|
sponsored: boolean;
|
|
30903
30903
|
sponsor_address?: string;
|
|
30904
|
-
post_condition_mode: "allow" | "deny";
|
|
30904
|
+
post_condition_mode: "allow" | "deny" | "originator";
|
|
30905
30905
|
post_conditions: ({
|
|
30906
30906
|
principal: {
|
|
30907
30907
|
/** @enum {string} */
|
|
@@ -30957,7 +30957,7 @@ export interface operations {
|
|
|
30957
30957
|
address: string;
|
|
30958
30958
|
contract_name: string;
|
|
30959
30959
|
};
|
|
30960
|
-
condition_code: "sent" | "not_sent";
|
|
30960
|
+
condition_code: "sent" | "not_sent" | "maybe_sent";
|
|
30961
30961
|
/** @enum {string} */
|
|
30962
30962
|
type: "non_fungible";
|
|
30963
30963
|
asset_value: {
|