Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update STORAGE_ACCOUNT_INFO_LAYOUT
  • Loading branch information
sinev-valentine committed Nov 22, 2021
commit 622823e981d44ddfda1f91b47afd5be746d5550e
2 changes: 2 additions & 0 deletions proxy/indexer/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ def get_trx_receipts(unsigned_msg, signature):
"evm_data_size" / Int64ul,
"gas_used_and_paid" / Int64ul,
"number_of_payments" / Int64ul,
"sign" / Bytes(65),

)

def get_account_list(client, storage_account):
Expand Down