type GetCallsStatusResponse = { receipts: Array<WalletCallReceipt<bigint, "success" | "reverted">>; status: "PENDING" | "CONFIRMED";};