@@ -11052,49 +11052,6 @@ def __init__(
1105211052 self .signature = signature
1105311053
1105411054
11055- class StellarSignMessage (protobuf .MessageType ):
11056- MESSAGE_WIRE_TYPE = None
11057- FIELDS = {
11058- 1 : protobuf .Field ("address_n" , "uint32" , repeated = True , required = False ),
11059- 2 : protobuf .Field ("message" , "bytes" , repeated = False , required = True ),
11060- }
11061-
11062- def __init__ (
11063- self ,
11064- * ,
11065- message : "bytes" ,
11066- address_n : Optional [Sequence ["int" ]] = None ,
11067- ) -> None :
11068- self .address_n : Sequence ["int" ] = address_n if address_n is not None else []
11069- self .message = message
11070-
11071-
11072- class StellarSignAuthorization (protobuf .MessageType ):
11073- MESSAGE_WIRE_TYPE = None
11074- FIELDS = {
11075- 1 : protobuf .Field ("address_n" , "uint32" , repeated = True , required = False ),
11076- 2 : protobuf .Field ("network_passphrase" , "string" , repeated = False , required = True ),
11077- 3 : protobuf .Field ("nonce" , "uint64" , repeated = False , required = True ),
11078- 4 : protobuf .Field ("expiration" , "uint32" , repeated = False , required = True ),
11079- 5 : protobuf .Field ("invocation" , "bytes" , repeated = False , required = True ),
11080- }
11081-
11082- def __init__ (
11083- self ,
11084- * ,
11085- network_passphrase : "str" ,
11086- nonce : "int" ,
11087- expiration : "int" ,
11088- invocation : "bytes" ,
11089- address_n : Optional [Sequence ["int" ]] = None ,
11090- ) -> None :
11091- self .address_n : Sequence ["int" ] = address_n if address_n is not None else []
11092- self .network_passphrase = network_passphrase
11093- self .nonce = nonce
11094- self .expiration = expiration
11095- self .invocation = invocation
11096-
11097-
1109811055class SuiGetAddress (protobuf .MessageType ):
1109911056 MESSAGE_WIRE_TYPE = 11100
1110011057 FIELDS = {
0 commit comments