@@ -124,8 +124,8 @@ class AccountRole(google___protobuf___message___Message):
124
124
base_url_rotation_events_key : typing___Text = ...
125
125
num_children : builtin___int = ...
126
126
received_mint_events_key : typing___Text = ...
127
- diem_id_domains : google___protobuf___internal___containers___RepeatedScalarFieldContainer [typing___Text ] = ...
128
- diem_id_domain_events_key : typing___Text = ...
127
+ vasp_domains : google___protobuf___internal___containers___RepeatedScalarFieldContainer [typing___Text ] = ...
128
+ vasp_domain_events_key : typing___Text = ...
129
129
@property
130
130
def preburn_balances (
131
131
self ,
@@ -149,8 +149,8 @@ class AccountRole(google___protobuf___message___Message):
149
149
received_mint_events_key : typing___Optional [typing___Text ] = None ,
150
150
preburn_balances : typing___Optional [typing___Iterable [type___Amount ]] = None ,
151
151
preburn_queues : typing___Optional [typing___Iterable [type___PreburnQueue ]] = None ,
152
- diem_id_domains : typing___Optional [typing___Iterable [typing___Text ]] = None ,
153
- diem_id_domain_events_key : typing___Optional [typing___Text ] = None ,
152
+ vasp_domains : typing___Optional [typing___Iterable [typing___Text ]] = None ,
153
+ vasp_domain_events_key : typing___Optional [typing___Text ] = None ,
154
154
) -> None : ...
155
155
def ClearField (
156
156
self ,
@@ -163,10 +163,6 @@ class AccountRole(google___protobuf___message___Message):
163
163
b"compliance_key" ,
164
164
"compliance_key_rotation_events_key" ,
165
165
b"compliance_key_rotation_events_key" ,
166
- "diem_id_domain_events_key" ,
167
- b"diem_id_domain_events_key" ,
168
- "diem_id_domains" ,
169
- b"diem_id_domains" ,
170
166
"expiration_time" ,
171
167
b"expiration_time" ,
172
168
"human_name" ,
@@ -183,6 +179,10 @@ class AccountRole(google___protobuf___message___Message):
183
179
b"received_mint_events_key" ,
184
180
"type" ,
185
181
b"type" ,
182
+ "vasp_domain_events_key" ,
183
+ b"vasp_domain_events_key" ,
184
+ "vasp_domains" ,
185
+ b"vasp_domains" ,
186
186
],
187
187
) -> None : ...
188
188
@@ -826,3 +826,58 @@ class AccumulatorConsistencyProof(google___protobuf___message___Message):
826
826
) -> None : ...
827
827
828
828
type___AccumulatorConsistencyProof = AccumulatorConsistencyProof
829
+
830
+ class AccountTransactionsWithProof (google___protobuf___message___Message ):
831
+ DESCRIPTOR : google___protobuf___descriptor___Descriptor = ...
832
+ serialized_txns_with_proofs : google___protobuf___internal___containers___RepeatedScalarFieldContainer [
833
+ typing___Text
834
+ ] = ...
835
+ def __init__ (
836
+ self ,
837
+ * ,
838
+ serialized_txns_with_proofs : typing___Optional [typing___Iterable [typing___Text ]] = None ,
839
+ ) -> None : ...
840
+ def ClearField (
841
+ self , field_name : typing_extensions___Literal ["serialized_txns_with_proofs" , b"serialized_txns_with_proofs" ]
842
+ ) -> None : ...
843
+
844
+ type___AccountTransactionsWithProof = AccountTransactionsWithProof
845
+
846
+ class EventWithProof (google___protobuf___message___Message ):
847
+ DESCRIPTOR : google___protobuf___descriptor___Descriptor = ...
848
+ event_with_proof : typing___Text = ...
849
+ def __init__ (
850
+ self ,
851
+ * ,
852
+ event_with_proof : typing___Optional [typing___Text ] = None ,
853
+ ) -> None : ...
854
+ def ClearField (self , field_name : typing_extensions___Literal ["event_with_proof" , b"event_with_proof" ]) -> None : ...
855
+
856
+ type___EventWithProof = EventWithProof
857
+
858
+ class EventByVersionWithProof (google___protobuf___message___Message ):
859
+ DESCRIPTOR : google___protobuf___descriptor___Descriptor = ...
860
+ @property
861
+ def lower_bound_incl (self ) -> type___EventWithProof : ...
862
+ @property
863
+ def upper_bound_excl (self ) -> type___EventWithProof : ...
864
+ def __init__ (
865
+ self ,
866
+ * ,
867
+ lower_bound_incl : typing___Optional [type___EventWithProof ] = None ,
868
+ upper_bound_excl : typing___Optional [type___EventWithProof ] = None ,
869
+ ) -> None : ...
870
+ def HasField (
871
+ self ,
872
+ field_name : typing_extensions___Literal [
873
+ "lower_bound_incl" , b"lower_bound_incl" , "upper_bound_excl" , b"upper_bound_excl"
874
+ ],
875
+ ) -> builtin___bool : ...
876
+ def ClearField (
877
+ self ,
878
+ field_name : typing_extensions___Literal [
879
+ "lower_bound_incl" , b"lower_bound_incl" , "upper_bound_excl" , b"upper_bound_excl"
880
+ ],
881
+ ) -> None : ...
882
+
883
+ type___EventByVersionWithProof = EventByVersionWithProof
0 commit comments