@sentio/sdk 2.46.0-rc.1 → 2.46.0-rc.2

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.
@@ -76,7 +76,7 @@ export class token extends AptosBaseProcessor {
76
76
 
77
77
  export namespace token {
78
78
  export interface BurnRef {
79
- inner: _0x1.option.Option<_0x1.object_.DeleteRef>;
79
+ inner: _0x1.option.Option<_0x1.object$.DeleteRef>;
80
80
  self: _0x1.option.Option<MoveAddressType>;
81
81
  }
82
82
 
@@ -176,7 +176,7 @@ export namespace token {
176
176
  }
177
177
 
178
178
  export interface Token {
179
- collection: _0x1.object_.Object<collection.Collection>;
179
+ collection: _0x1.object$.Object<collection.Collection>;
180
180
  index: bigint;
181
181
  description: string;
182
182
  name: string;
@@ -236,7 +236,7 @@ export class royalty extends AptosBaseProcessor {
236
236
 
237
237
  export namespace royalty {
238
238
  export interface MutatorRef {
239
- inner: _0x1.object_.ExtendRef;
239
+ inner: _0x1.object$.ExtendRef;
240
240
  }
241
241
 
242
242
  export namespace MutatorRef {
@@ -566,7 +566,7 @@ export namespace collection {
566
566
 
567
567
  export interface Mutation {
568
568
  mutated_field_name: string;
569
- collection: _0x1.object_.Object<collection.Collection>;
569
+ collection: _0x1.object$.Object<collection.Collection>;
570
570
  old_value: string;
571
571
  new_value: string;
572
572
  }
@@ -626,7 +626,7 @@ export namespace collection {
626
626
  }
627
627
 
628
628
  export interface SetMaxSupply {
629
- collection: _0x1.object_.Object<collection.Collection>;
629
+ collection: _0x1.object$.Object<collection.Collection>;
630
630
  old_max_supply: bigint;
631
631
  new_max_supply: bigint;
632
632
  }
@@ -1002,7 +1002,7 @@ export namespace aptos_token {
1002
1002
 
1003
1003
  export interface AptosToken {
1004
1004
  burn_ref: _0x1.option.Option<token.BurnRef>;
1005
- transfer_ref: _0x1.option.Option<_0x1.object_.TransferRef>;
1005
+ transfer_ref: _0x1.option.Option<_0x1.object$.TransferRef>;
1006
1006
  mutator_ref: _0x1.option.Option<token.MutatorRef>;
1007
1007
  property_mutator_ref: property_map.MutatorRef;
1008
1008
  }
@@ -1019,21 +1019,21 @@ export namespace aptos_token {
1019
1019
 
1020
1020
  export interface AddPropertyPayload<T0 = any>
1021
1021
  extends TypedFunctionPayload<
1022
- [_0x1.object_.Object<T0>, string, string, string]
1022
+ [_0x1.object$.Object<T0>, string, string, string]
1023
1023
  > {
1024
- arguments_decoded: [_0x1.object_.Object<T0>, string, string, string];
1024
+ arguments_decoded: [_0x1.object$.Object<T0>, string, string, string];
1025
1025
  type_arguments: [string];
1026
1026
  }
1027
1027
 
1028
1028
  export interface AddTypedPropertyPayload<T0 = any, T1 = any>
1029
- extends TypedFunctionPayload<[_0x1.object_.Object<T0>, string, T1]> {
1030
- arguments_decoded: [_0x1.object_.Object<T0>, string, T1];
1029
+ extends TypedFunctionPayload<[_0x1.object$.Object<T0>, string, T1]> {
1030
+ arguments_decoded: [_0x1.object$.Object<T0>, string, T1];
1031
1031
  type_arguments: [string, string];
1032
1032
  }
1033
1033
 
1034
1034
  export interface BurnPayload<T0 = any>
1035
- extends TypedFunctionPayload<[_0x1.object_.Object<T0>]> {
1036
- arguments_decoded: [_0x1.object_.Object<T0>];
1035
+ extends TypedFunctionPayload<[_0x1.object$.Object<T0>]> {
1036
+ arguments_decoded: [_0x1.object$.Object<T0>];
1037
1037
  type_arguments: [string];
1038
1038
  }
1039
1039
 
@@ -1078,8 +1078,8 @@ export namespace aptos_token {
1078
1078
  }
1079
1079
 
1080
1080
  export interface FreezeTransferPayload<T0 = any>
1081
- extends TypedFunctionPayload<[_0x1.object_.Object<T0>]> {
1082
- arguments_decoded: [_0x1.object_.Object<T0>];
1081
+ extends TypedFunctionPayload<[_0x1.object$.Object<T0>]> {
1082
+ arguments_decoded: [_0x1.object$.Object<T0>];
1083
1083
  type_arguments: [string];
1084
1084
  }
1085
1085
 
@@ -1126,23 +1126,23 @@ export namespace aptos_token {
1126
1126
  }
1127
1127
 
1128
1128
  export interface RemovePropertyPayload<T0 = any>
1129
- extends TypedFunctionPayload<[_0x1.object_.Object<T0>, string]> {
1130
- arguments_decoded: [_0x1.object_.Object<T0>, string];
1129
+ extends TypedFunctionPayload<[_0x1.object$.Object<T0>, string]> {
1130
+ arguments_decoded: [_0x1.object$.Object<T0>, string];
1131
1131
  type_arguments: [string];
1132
1132
  }
1133
1133
 
1134
1134
  export interface SetCollectionDescriptionPayload<T0 = any>
1135
- extends TypedFunctionPayload<[_0x1.object_.Object<T0>, string]> {
1136
- arguments_decoded: [_0x1.object_.Object<T0>, string];
1135
+ extends TypedFunctionPayload<[_0x1.object$.Object<T0>, string]> {
1136
+ arguments_decoded: [_0x1.object$.Object<T0>, string];
1137
1137
  type_arguments: [string];
1138
1138
  }
1139
1139
 
1140
1140
  export interface SetCollectionRoyaltiesCallPayload<T0 = any>
1141
1141
  extends TypedFunctionPayload<
1142
- [_0x1.object_.Object<T0>, bigint, bigint, MoveAddressType]
1142
+ [_0x1.object$.Object<T0>, bigint, bigint, MoveAddressType]
1143
1143
  > {
1144
1144
  arguments_decoded: [
1145
- _0x1.object_.Object<T0>,
1145
+ _0x1.object$.Object<T0>,
1146
1146
  bigint,
1147
1147
  bigint,
1148
1148
  MoveAddressType,
@@ -1151,46 +1151,46 @@ export namespace aptos_token {
1151
1151
  }
1152
1152
 
1153
1153
  export interface SetCollectionUriPayload<T0 = any>
1154
- extends TypedFunctionPayload<[_0x1.object_.Object<T0>, string]> {
1155
- arguments_decoded: [_0x1.object_.Object<T0>, string];
1154
+ extends TypedFunctionPayload<[_0x1.object$.Object<T0>, string]> {
1155
+ arguments_decoded: [_0x1.object$.Object<T0>, string];
1156
1156
  type_arguments: [string];
1157
1157
  }
1158
1158
 
1159
1159
  export interface SetDescriptionPayload<T0 = any>
1160
- extends TypedFunctionPayload<[_0x1.object_.Object<T0>, string]> {
1161
- arguments_decoded: [_0x1.object_.Object<T0>, string];
1160
+ extends TypedFunctionPayload<[_0x1.object$.Object<T0>, string]> {
1161
+ arguments_decoded: [_0x1.object$.Object<T0>, string];
1162
1162
  type_arguments: [string];
1163
1163
  }
1164
1164
 
1165
1165
  export interface SetNamePayload<T0 = any>
1166
- extends TypedFunctionPayload<[_0x1.object_.Object<T0>, string]> {
1167
- arguments_decoded: [_0x1.object_.Object<T0>, string];
1166
+ extends TypedFunctionPayload<[_0x1.object$.Object<T0>, string]> {
1167
+ arguments_decoded: [_0x1.object$.Object<T0>, string];
1168
1168
  type_arguments: [string];
1169
1169
  }
1170
1170
 
1171
1171
  export interface SetUriPayload<T0 = any>
1172
- extends TypedFunctionPayload<[_0x1.object_.Object<T0>, string]> {
1173
- arguments_decoded: [_0x1.object_.Object<T0>, string];
1172
+ extends TypedFunctionPayload<[_0x1.object$.Object<T0>, string]> {
1173
+ arguments_decoded: [_0x1.object$.Object<T0>, string];
1174
1174
  type_arguments: [string];
1175
1175
  }
1176
1176
 
1177
1177
  export interface UnfreezeTransferPayload<T0 = any>
1178
- extends TypedFunctionPayload<[_0x1.object_.Object<T0>]> {
1179
- arguments_decoded: [_0x1.object_.Object<T0>];
1178
+ extends TypedFunctionPayload<[_0x1.object$.Object<T0>]> {
1179
+ arguments_decoded: [_0x1.object$.Object<T0>];
1180
1180
  type_arguments: [string];
1181
1181
  }
1182
1182
 
1183
1183
  export interface UpdatePropertyPayload<T0 = any>
1184
1184
  extends TypedFunctionPayload<
1185
- [_0x1.object_.Object<T0>, string, string, string]
1185
+ [_0x1.object$.Object<T0>, string, string, string]
1186
1186
  > {
1187
- arguments_decoded: [_0x1.object_.Object<T0>, string, string, string];
1187
+ arguments_decoded: [_0x1.object$.Object<T0>, string, string, string];
1188
1188
  type_arguments: [string];
1189
1189
  }
1190
1190
 
1191
1191
  export interface UpdateTypedPropertyPayload<T0 = any, T1 = any>
1192
- extends TypedFunctionPayload<[_0x1.object_.Object<T0>, string, T1]> {
1193
- arguments_decoded: [_0x1.object_.Object<T0>, string, T1];
1192
+ extends TypedFunctionPayload<[_0x1.object$.Object<T0>, string, T1]> {
1193
+ arguments_decoded: [_0x1.object$.Object<T0>, string, T1];
1194
1194
  type_arguments: [string, string];
1195
1195
  }
1196
1196
  }