You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now model crate's BroadcastedDeclareTransaction is converted to starknet crate's DeclareTransaction and then on request get_transaction_by_somethingstarknet's DeclareTransaction gets converted to models DeclareTransaction.
TODO: Move model's transaction types to types/rpc. remove starknet's DeclareTransaction and replace with types/rpc DeclareTransaction
The text was updated successfully, but these errors were encountered:
Right now
model
crate'sBroadcastedDeclareTransaction
is converted tostarknet
crate'sDeclareTransaction
and then on requestget_transaction_by_something
starknet
's DeclareTransaction gets converted to modelsDeclareTransaction
.TODO: Move model's transaction types to
types/rpc
. removestarknet
'sDeclareTransaction
and replace with types/rpc DeclareTransactionThe text was updated successfully, but these errors were encountered: