Commit fc6daa71 authored by Ethen Pociask's avatar Ethen Pociask

[indexer.api.add_withdrawal_hash] update client bindings

parent 290fe115
...@@ -34,7 +34,7 @@ export interface WithdrawalItem { ...@@ -34,7 +34,7 @@ export interface WithdrawalItem {
from: string; from: string;
to: string; to: string;
transactionHash: string; transactionHash: string;
messageHash: string; crossDomainMessageHash: string;
timestamp: number /* uint64 */; timestamp: number /* uint64 */;
l2BlockHash: string; l2BlockHash: string;
amount: string; amount: string;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment